-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
ElementAttributes
-
Methods
-
HasClass(Control, String)
HasClass(Control, String) Method
Definition
Checks if the element has a specific class.
public static bool HasClass(Control element, string className)
Parameters
- className
- String
The class name.
Returns
- Boolean
- True if the element has the class.