public interface UIAccessibilityIdentification
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
accessibilityIdentifier()
A string that identifies the user interface element.
|
void |
setAccessibilityIdentifier(java.lang.String value)
A string that identifies the user interface element.
|