AndroidApp.ScrollToVerticalEnd 方法

定义

重载

ScrollToVerticalEnd(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)

滚动匹配元素,使其底部子元素可见。 如果多个元素匹配,将使用第一个元素。

ScrollToVerticalEnd(String, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)

滚动匹配元素,使其底部子元素可见。 如果多个元素匹配,将使用第一个元素。

ScrollToVerticalEnd(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)

滚动匹配元素,使其底部子元素可见。 如果多个元素匹配,将使用第一个元素。

public void ScrollToVerticalEnd (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> withinQuery = null, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, Nullable<TimeSpan> timeout = null);
member this.ScrollToVerticalEnd : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Xamarin.UITest.ScrollStrategy * double * int * Nullable<TimeSpan> -> unit
Public Sub ScrollToVerticalEnd (Optional withinQuery 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 timeout As Nullable(Of TimeSpan) = null)

参数

withinQuery
Func<AppQuery,AppQuery>

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

strategy
ScrollStrategy

滚动元素的策略。

swipePercentage
Double

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

swipeSpeed
Int32

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

timeout
Nullable<TimeSpan>

TimeSpan 失败之前等待的 。

适用于

ScrollToVerticalEnd(String, ScrollStrategy, Double, Int32, Nullable<TimeSpan>)

滚动匹配元素,使其底部子元素可见。 如果多个元素匹配,将使用第一个元素。

public void ScrollToVerticalEnd (string withinMarked, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, Nullable<TimeSpan> timeout = null);
member this.ScrollToVerticalEnd : string * Xamarin.UITest.ScrollStrategy * double * int * Nullable<TimeSpan> -> unit
Public Sub ScrollToVerticalEnd (withinMarked As String, Optional strategy As ScrollStrategy = Xamarin.UITest.ScrollStrategy.Auto, Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional timeout As Nullable(Of TimeSpan) = null)

参数

withinMarked
String

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

strategy
ScrollStrategy

滚动元素的策略。

swipePercentage
Double

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

swipeSpeed
Int32

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

timeout
Nullable<TimeSpan>

TimeSpan 失败之前等待的 。

适用于