AppQuery.All(String) Method

Definition

Changes the query to return all elements instead of just the visible ones.

public Xamarin.UITest.Queries.AppQuery All (string className = null);
member this.All : string -> Xamarin.UITest.Queries.AppQuery
Public Function All (Optional className As String = null) As AppQuery

Parameters

className
String

Optional class name of elements to match.

Returns

Applies to