Class WindowsByExtras
Defines a collection of extra locator constraints for
Inheritance
System.Object
WindowsByExtras
Namespace: Legerity.Windows
Assembly: Legerity.Windows.dll
Syntax
public static class WindowsByExtras : object
Methods
| Improve this Doc View SourceAutomationId(String)
Gets a mechanism to find elements by the Windows Automation ID.
Declaration
public static By AutomationId(string automationId)
Parameters
Type | Name | Description |
---|---|---|
System.String | automationId | The automation ID to find. |
Returns
Type | Description |
---|---|
By | A |