Matches element class.
For Android: An element which has a class (or super class) name that ends with the value (case insensitive).
For iOS (first char lowercase): An element that has the class (or super class) name of the given value prepended with "UI". Example: button becomes UIButton.
For iOS (first char uppercase): An element that has the class (or super class) name of the given value.
Syntax
Parameters
- className
- The class name to match.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Xamarin.UITest.Queries
Assembly: Xamarin.UITest (in Xamarin.UITest.dll)
Assembly Versions: 0.0.0.0