PropertyAppQuery.Predicate(String, String) Method

Definition

Matches properties matching the given predicate and text. Allows using unexposed Calabash predicates.

public Xamarin.UITest.Queries.AppQuery Predicate (string predicate, string text);
member this.Predicate : string * string -> Xamarin.UITest.Queries.AppQuery
Public Function Predicate (predicate As String, text As String) As AppQuery

Parameters

predicate
String

The Calabash predicate to use.

text
String

The text to match.

Returns

Applies to