Is it possible to locate objects via AutomationId?
I don’t see an option for it on the Locator Strategy dropdown.
Is it possible to locate objects via AutomationId?
I don’t see an option for it on the Locator Strategy dropdown.
Hi @RBL,
Accessibility ID is Automation ID.
Please refer to this official document: https://github.com/Microsoft/WinAppDriver/tree/v1.0#supported-locators-to-find-ui-elements
Can you make it so that the generator reconizes this as well.
Hi @ryan.leenay,
After capturing object, you can change the Locator Strategy to Accessibility ID and press the Generate button. Katalon Studio will help to find the correct Accessibility ID of the selected element as well.