iOSApp.ScrollDown Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ScrollDown(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean) |
Scrollt bei der ersten Elementabgleichsabfrage nach unten. |
ScrollDown(String, ScrollStrategy, Double, Int32, Boolean) |
Scrollt bei der ersten Elementabgleichsabfrage nach unten. |
ScrollDown(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean)
Scrollt bei der ersten Elementabgleichsabfrage nach unten.
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)
Parameter
Einstiegspunkt für die Fluent-API, um anzugeben, in welchem Element scrollen soll.
- strategy
- ScrollStrategy
Strategie für scrollende Elemente.
- swipePercentage
- Double
Wie weit über das Element zu wischen ist (von 0.0 auf 1.0). Wird für programmgesteuertes Scrollen ignoriert.
- swipeSpeed
- Int32
Die Geschwindigkeit der Geste. Wird für programmgesteuertes Scrollen ignoriert.
- withInertia
- Boolean
Gibt an, ob Wischbewegungen Zuträgheit verursachen sollen. Wird für programmgesteuertes Scrollen ignoriert.
Implementiert
Gilt für:
ScrollDown(String, ScrollStrategy, Double, Int32, Boolean)
Scrollt bei der ersten Elementabgleichsabfrage nach unten.
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)
Parameter
- withinMarked
- String
Markierter Selektor, um auszuwählen, in welchem Element scrollen soll. Weitere Informationen finden Sie unter Marked(String).
- strategy
- ScrollStrategy
Strategie für scrollende Elemente.
- swipePercentage
- Double
Wie weit über das Element zu wischen ist (von 0.0 auf 1.0). Wird für programmgesteuertes Scrollen ignoriert.
- swipeSpeed
- Int32
Die Geschwindigkeit der Geste. Wird für programmgesteuertes Scrollen ignoriert.
- withInertia
- Boolean
Gibt an, ob Wischbewegungen Zuträgheit verursachen sollen. Wird für programmgesteuertes Scrollen ignoriert.