IApp.ScrollUp 方法

定义

重载

ScrollUp(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean)

向上滚动匹配查询的第一个元素。

ScrollUp(String, ScrollStrategy, Double, Int32, Boolean)

向上滚动匹配查询的第一个元素。

ScrollUp(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean)

向上滚动匹配查询的第一个元素。

public void ScrollUp (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> query = null, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
abstract member ScrollUp : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
Public Sub ScrollUp (Optional query As Func(Of AppQuery, AppQuery) = null, Optional strategy As ScrollStrategy = Xamarin.UITest.ScrollStrategy.Auto, Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional withInertia As Boolean = true)

参数

query
Func<AppQuery,AppQuery>

Fluent API 用于指定元素的入口点。

strategy
ScrollStrategy

滚动元素的策略

swipePercentage
Double

从 0.0 到 1.0) 在元素 (轻扫的距离。 对于编程滚动,忽略。

swipeSpeed
Int32

手势的速度。 对于编程滚动,忽略。

withInertia
Boolean

轻扫是否会导致惯性。 对于编程滚动,忽略。

适用于

ScrollUp(String, ScrollStrategy, Double, Int32, Boolean)

向上滚动匹配查询的第一个元素。

public void ScrollUp (string withinMarked, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
abstract member ScrollUp : string * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
Public Sub ScrollUp (withinMarked As String, Optional strategy As ScrollStrategy = Xamarin.UITest.ScrollStrategy.Auto, Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional withInertia As Boolean = true)

参数

withinMarked
String

标记了选择器以选择要在其中滚动的元素。 有关详细信息,请参阅Marked(String)

strategy
ScrollStrategy

滚动元素的策略。

swipePercentage
Double

从 0.0 到 1.0) 在元素 (轻扫的距离。 对于编程滚动,忽略。

swipeSpeed
Int32

手势的速度。 对于编程滚动,忽略。

withInertia
Boolean

轻扫是否会导致惯性。 对于编程滚动,忽略。

适用于