AppQuery.WebView Método

Definição

Sobrecargas

WebView()

Corresponde a WebViews

WebView(Int32)

Corresponde ao nº WebView

WebView()

Corresponde a WebViews

public Xamarin.UITest.Queries.AppQuery WebView ();
member this.WebView : unit -> Xamarin.UITest.Queries.AppQuery
Public Function WebView () As AppQuery

Retornos

AppQuery

Aplica-se a

WebView(Int32)

Corresponde ao nº WebView

public Xamarin.UITest.Queries.AppQuery WebView (int index);
member this.WebView : int -> Xamarin.UITest.Queries.AppQuery
Public Function WebView (index As Integer) As AppQuery

Parâmetros

index
Int32

O índice baseado em zero do modo de exibição da Web a ser retornado.

Retornos

AppQuery

Aplica-se a