iOSApp.ScrollDown 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ScrollDown(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean) |
向下滚动匹配查询的第一个元素。 |
ScrollDown(String, ScrollStrategy, Double, Int32, Boolean) |
向下滚动匹配查询的第一个元素。 |
ScrollDown(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean)
向下滚动匹配查询的第一个元素。
public void ScrollDown (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, bool withInertia = true);
abstract member ScrollDown : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
override this.ScrollDown : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
Public Sub ScrollDown (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 withInertia As Boolean = true)
参数
- strategy
- ScrollStrategy
滚动元素的策略。
- swipePercentage
- Double
从 0.0 到 1.0) 在元素 (轻扫的距离。 对于编程滚动,忽略。
- swipeSpeed
- Int32
手势的速度。 对于编程滚动,忽略。
- withInertia
- Boolean
轻扫是否会导致惯性。 对于编程滚动,忽略。
实现
适用于
ScrollDown(String, ScrollStrategy, Double, Int32, Boolean)
向下滚动匹配查询的第一个元素。
public void ScrollDown (string withinMarked, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
abstract member ScrollDown : string * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
override this.ScrollDown : string * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
Public Sub ScrollDown (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
轻扫是否会导致惯性。 对于编程滚动,忽略。