다음을 통해 공유


IApp.WaitForElement 메서드

정의

오버로드

WaitForElement(Func<AppQuery,AppQuery>, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>)

일치하는 요소를 찾을 때까지 앱을 반복적으로 쿼리하는 대기 함수입니다. 시간 제한 내에서 요소를 찾을 수 없으면 을 throw합니다 TimeoutException .

WaitForElement(Func<AppQuery,AppWebQuery>, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>)

일치하는 요소를 찾을 때까지 앱을 반복적으로 쿼리하는 대기 함수입니다. 시간 제한 내에서 요소를 찾을 수 없으면 을 throw합니다 TimeoutException .

WaitForElement(String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>)

일치하는 요소를 찾을 때까지 앱을 반복적으로 쿼리하는 대기 함수입니다. 시간 제한 내에서 요소를 찾을 수 없으면 을 throw합니다 TimeoutException .

WaitForElement(Func<AppQuery,AppQuery>, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>)

일치하는 요소를 찾을 때까지 앱을 반복적으로 쿼리하는 대기 함수입니다. 시간 제한 내에서 요소를 찾을 수 없으면 을 throw합니다 TimeoutException .

public Xamarin.UITest.Queries.AppResult[] WaitForElement (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> query, string timeoutMessage = "Timed out waiting for element...", Nullable<TimeSpan> timeout = null, Nullable<TimeSpan> retryFrequency = null, Nullable<TimeSpan> postTimeout = null);
abstract member WaitForElement : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * string * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> -> Xamarin.UITest.Queries.AppResult[]
Public Function WaitForElement (query As Func(Of AppQuery, AppQuery), Optional timeoutMessage As String = "Timed out waiting for element...", Optional timeout As Nullable(Of TimeSpan) = null, Optional retryFrequency As Nullable(Of TimeSpan) = null, Optional postTimeout As Nullable(Of TimeSpan) = null) As AppResult()

매개 변수

query
Func<AppQuery,AppQuery>

요소를 지정하는 흐름 API의 진입점입니다.

timeoutMessage
String

에서 사용되는 메시지입니다 TimeoutException.

timeout
Nullable<TimeSpan>

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

retryFrequency
Nullable<TimeSpan>

TimeSpan 앱에 대한 각 쿼리 호출 간에 대기할 입니다.

postTimeout
Nullable<TimeSpan>

요소가 발견된 후 대기할 마지막 TimeSpan 입니다.

반환

AppResult[]

일치하는 뷰 개체를 나타내는 배열입니다.

적용 대상

WaitForElement(Func<AppQuery,AppWebQuery>, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>)

일치하는 요소를 찾을 때까지 앱을 반복적으로 쿼리하는 대기 함수입니다. 시간 제한 내에서 요소를 찾을 수 없으면 을 throw합니다 TimeoutException .

public Xamarin.UITest.Queries.AppWebResult[] WaitForElement (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppWebQuery> query, string timeoutMessage = "Timed out waiting for element...", Nullable<TimeSpan> timeout = null, Nullable<TimeSpan> retryFrequency = null, Nullable<TimeSpan> postTimeout = null);
abstract member WaitForElement : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppWebQuery> * string * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> -> Xamarin.UITest.Queries.AppWebResult[]
Public Function WaitForElement (query As Func(Of AppQuery, AppWebQuery), Optional timeoutMessage As String = "Timed out waiting for element...", Optional timeout As Nullable(Of TimeSpan) = null, Optional retryFrequency As Nullable(Of TimeSpan) = null, Optional postTimeout As Nullable(Of TimeSpan) = null) As AppWebResult()

매개 변수

query
Func<AppQuery,AppWebQuery>

요소를 지정하는 흐름 API의 진입점입니다.

timeoutMessage
String

에서 사용되는 메시지입니다 TimeoutException.

timeout
Nullable<TimeSpan>

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

retryFrequency
Nullable<TimeSpan>

TimeSpan 앱에 대한 각 쿼리 호출 간에 대기할 입니다.

postTimeout
Nullable<TimeSpan>

요소가 발견된 후 대기할 마지막 TimeSpan 입니다.

반환

AppWebResult[]

일치하는 뷰 개체를 나타내는 배열입니다.

적용 대상

WaitForElement(String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>)

일치하는 요소를 찾을 때까지 앱을 반복적으로 쿼리하는 대기 함수입니다. 시간 제한 내에서 요소를 찾을 수 없으면 을 throw합니다 TimeoutException .

public Xamarin.UITest.Queries.AppResult[] WaitForElement (string marked, string timeoutMessage = "Timed out waiting for element...", Nullable<TimeSpan> timeout = null, Nullable<TimeSpan> retryFrequency = null, Nullable<TimeSpan> postTimeout = null);
abstract member WaitForElement : string * string * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> -> Xamarin.UITest.Queries.AppResult[]
Public Function WaitForElement (marked As String, Optional timeoutMessage As String = "Timed out waiting for element...", Optional timeout As Nullable(Of TimeSpan) = null, Optional retryFrequency As Nullable(Of TimeSpan) = null, Optional postTimeout As Nullable(Of TimeSpan) = null) As AppResult()

매개 변수

marked
String

일치하도록 표시된 선택기입니다. 자세한 내용은 Marked(String) 을 참조하세요.

timeoutMessage
String

에서 사용되는 메시지입니다 TimeoutException.

timeout
Nullable<TimeSpan>

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

retryFrequency
Nullable<TimeSpan>

TimeSpan 앱에 대한 각 쿼리 호출 간에 대기할 입니다.

postTimeout
Nullable<TimeSpan>

요소가 발견된 후 대기할 마지막 TimeSpan 입니다.

반환

AppResult[]

일치하는 뷰 개체를 나타내는 배열입니다.

적용 대상