Freigeben über


AndroidApp.ScrollRightTo Methode

Definition

Überlädt

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

Scrollen Sie nach rechts, bis ein Element, das dem toQuery entspricht, auf dem Bildschirm angezeigt wird.

ScrollRightTo(Func<AppQuery,AppWebQuery>, Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean, Nullable<TimeSpan>)

Scrollen Sie nach rechts, bis ein Element, das dem toQuery entspricht, auf dem Bildschirm angezeigt wird.

ScrollRightTo(Func<AppQuery,AppWebQuery>, String, ScrollStrategy, Double, Int32, Boolean, Nullable<TimeSpan>)

Scrollen Sie nach rechts, bis ein Element, das dem toMarked entspricht, auf dem Bildschirm angezeigt wird.

ScrollRightTo(String, String, ScrollStrategy, Double, Int32, Boolean, Nullable<TimeSpan>)

Scrollen Sie nach rechts, bis ein Element, das dem toMarked entspricht, auf dem Bildschirm angezeigt wird.

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

Scrollen Sie nach rechts, bis ein Element, das dem toQuery entspricht, auf dem Bildschirm angezeigt wird.

public void ScrollRightTo (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> toQuery, 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, Nullable<TimeSpan> timeout = null);
member this.ScrollRightTo : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Xamarin.UITest.ScrollStrategy * double * int * bool * Nullable<TimeSpan> -> unit
Public Sub ScrollRightTo (toQuery As Func(Of AppQuery, AppQuery), 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, Optional timeout As Nullable(Of TimeSpan) = null)

Parameter

toQuery
Func<AppQuery,AppQuery>

Einstiegspunkt für die Fluent-API, um das Element anzugeben, das auf den Bildschirm gebracht werden soll.

withinQuery
Func<AppQuery,AppQuery>

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.

timeout
Nullable<TimeSpan>

Der TimeSpan , um zu warten, bevor ein Fehler auftritt.

Gilt für:

ScrollRightTo(Func<AppQuery,AppWebQuery>, Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean, Nullable<TimeSpan>)

Scrollen Sie nach rechts, bis ein Element, das dem toQuery entspricht, auf dem Bildschirm angezeigt wird.

public void ScrollRightTo (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppWebQuery> toQuery, 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, Nullable<TimeSpan> timeout = null);
member this.ScrollRightTo : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppWebQuery> * Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Xamarin.UITest.ScrollStrategy * double * int * bool * Nullable<TimeSpan> -> unit
Public Sub ScrollRightTo (toQuery As Func(Of AppQuery, AppWebQuery), 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, Optional timeout As Nullable(Of TimeSpan) = null)

Parameter

toQuery
Func<AppQuery,AppWebQuery>

Einstiegspunkt für die Fluent-API, um das Element anzugeben, das auf den Bildschirm gebracht werden soll.

withinQuery
Func<AppQuery,AppQuery>

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.

timeout
Nullable<TimeSpan>

Der TimeSpan , um zu warten, bevor ein Fehler auftritt.

Gilt für:

ScrollRightTo(Func<AppQuery,AppWebQuery>, String, ScrollStrategy, Double, Int32, Boolean, Nullable<TimeSpan>)

Scrollen Sie nach rechts, bis ein Element, das dem toMarked entspricht, auf dem Bildschirm angezeigt wird.

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

Parameter

toQuery
Func<AppQuery,AppWebQuery>

Einstiegspunkt für die Fluent-API, um das Element anzugeben, das auf den Bildschirm gebracht werden soll.

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.

timeout
Nullable<TimeSpan>

Der TimeSpan , um zu warten, bevor ein Fehler auftritt.

Gilt für:

ScrollRightTo(String, String, ScrollStrategy, Double, Int32, Boolean, Nullable<TimeSpan>)

Scrollen Sie nach rechts, bis ein Element, das dem toMarked entspricht, auf dem Bildschirm angezeigt wird.

public void ScrollRightTo (string toMarked, string withinMarked = null, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true, Nullable<TimeSpan> timeout = null);
member this.ScrollRightTo : string * string * Xamarin.UITest.ScrollStrategy * double * int * bool * Nullable<TimeSpan> -> unit
Public Sub ScrollRightTo (toMarked As String, Optional withinMarked As String = 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, Optional timeout As Nullable(Of TimeSpan) = null)

Parameter

toMarked
String

Markierter Selektor, um auszuwählen, welches Element auf dem Bildschirm angezeigt werden soll. Weitere Informationen finden Sie unter Marked(String).

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.

timeout
Nullable<TimeSpan>

Der TimeSpan , um zu warten, bevor ein Fehler auftritt.

Gilt für: