AppQuery.Index(Int32) Method

Definition

Matches the nth element of the currently matched elements.

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

Parameters

index
Int32

The zero-based index of the element to match.

Returns

Applies to