-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
AvaloniaElement
-
Methods
-
GetAttribute(String)
GetAttribute(String) Method
Definition
Gets the value of an attribute/property.
public string? GetAttribute(string name)
Parameters
- name
- String
The attribute name.
Returns
- String
- The attribute value as string, or null if not found.