-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
AvaloniaElement
-
Methods
-
HasClass(String)
HasClass(String) Method
Definition
Checks if the element has the specified CSS class.
public bool HasClass(string className)
Parameters
- className
- String
The class name to check.
Returns
- Boolean
- True if the class is present.