다음을 통해 공유


IApp.ScrollTo 메서드

정의

에 일치하는 toMarked 요소가 화면에 표시될 때까지 스크롤합니다.

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
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)

매개 변수

toMarked
String

화면에 가져올 요소를 선택하도록 선택기를 표시했습니다. 자세한 내용은 Marked(String) 을 참조하세요.

withinMarked
String

스크롤할 요소를 선택하도록 선택기를 표시했습니다. 자세한 내용은 Marked(String) 을 참조하세요.

strategy
ScrollStrategy

요소를 스크롤하기 위한 전략입니다.

swipePercentage
Double

0.0에서 1.0으로 살짝 밉니다. 프로그래밍 방식 스크롤에 대해 무시됩니다.

swipeSpeed
Int32

제스처의 속도입니다. 프로그래밍 방식 스크롤에 대해 무시됩니다.

withInertia
Boolean

살짝 밀면 관성 발생 여부입니다. 프로그래밍 방식 스크롤에 대해 무시됩니다.

timeout
Nullable<TimeSpan>

실패하기 전에 기다릴 입니다 TimeSpan .

적용 대상