Share via


AppWebQuery.Index(Int32) Method

Definition

Matches the nth element of the currently matched elements.

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

Parameters

index
Int32

The zero-based index of the element to match.

Returns

Applies to