octalmage / robotjs

Node.js Desktop Automation.
http://robotjs.io
MIT License
12.34k stars 955 forks source link

Can Robot JS locate the UI element to make some operations on it like we do in winappdriver ? #731

Open HarikrishnanVK opened 1 year ago

HarikrishnanVK commented 1 year ago

I have seen tutorials explaining desktop automation using co-ordinates, but I haven't seen any samples explaining that work on element finding mechanism like we do in WinAppDriver. It would be great if we can locate the text area and click buttons using UI controls which inspector finds instead of using coordinates.