Partager via


iOSApp.ScrollTo Méthode

Définition

Faites défiler jusqu’à ce qu’un élément correspondant à toMarked soit affiché à l’écran.

public void ScrollTo (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);
abstract member ScrollTo : string * string * Xamarin.UITest.ScrollStrategy * double * int * bool * Nullable<TimeSpan> -> unit
override this.ScrollTo : string * string * Xamarin.UITest.ScrollStrategy * double * int * bool * Nullable<TimeSpan> -> unit
Public Sub ScrollTo (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)

Paramètres

toMarked
String

Sélecteur marqué pour sélectionner l’élément à afficher à l’écran. Consultez la rubrique Marked(String) (éventuellement en anglais) pour plus d'informations.

withinMarked
String

Sélecteur marqué pour sélectionner l’élément à parcourir. Consultez la rubrique Marked(String) (éventuellement en anglais) pour plus d'informations.

strategy
ScrollStrategy

Stratégie pour l’élément de défilement.

swipePercentage
Double

Distance entre l’élément à balayer (de 0.0 à 1.0). Ignoré pour le défilement par programmation.

swipeSpeed
Int32

Vitesse du mouvement. Ignoré pour le défilement par programmation.

withInertia
Boolean

Indique si les balayages doivent entraîner une inertie. Ignoré pour le défilement par programmation.

timeout
Nullable<TimeSpan>

à TimeSpan attendre avant d’échouer.

Implémente

S’applique à