AppQuery.WebView Method

Definition

Overloads

WebView()

Matches WebViews

WebView(Int32)

Matches the nth WebView

WebView()

Matches WebViews

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

Returns

Applies to

WebView(Int32)

Matches the nth 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

Parameters

index
Int32

The zero-based index of the webview to return.

Returns

Applies to