Reputation: 43
I am working on winium for a new use case regarding desktop automation. The problem I face is to identify those elements which don't have a name, class name or automation ID. I am using Inspect.exe and UISpy to locate elements on the desktop.
I tried googling, but didn't find an answer to locate such elements. How can I locate such elements?
Upvotes: 1
Views: 1022
Reputation: 31
There are two strategies to locale UI elements:
In the case of the second strategy, take a look at the following tools:
Using these tools you can navigate in the interface based on UI elements appearance:
Upvotes: 1