AppQuery.Marked(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Matches common values.
For Android: An element with the given value as either id
, contentDescription
or text
.
For iOS: An element with the given value as either accessibilityLabel
or accessibilityIdentifier
.
public Xamarin.UITest.Queries.AppQuery Marked (string text);
member this.Marked : string -> Xamarin.UITest.Queries.AppQuery
Public Function Marked (text As String) As AppQuery
Parameters
- text
- String
The value to match.