Till now all the queries i posted on stack got very quick response thanks to every one.
Suppose i have installed gui application on mac platform and that gui when i click button like connect or any action i do , it will interact with the server.
So above action on windows if we do we use autoit for client side operations, similarly i would like to know on mac platform
I came across stack forum few suggested ldtp driver or atomac , pyautogui (but mouse position based on x y which are uncertain). Is it correct one? Does it support all versions of mac? And now instead of writing multiple client side code for windows,mac,linux i want for cross platform too.
I tried atomac but unable to acess child pop window from parent window.
app.windows()[1].findAllR() returns indexerror
Please kindly help me on this. Advance thanks I posted same question several times its closed as duplicate. So reposting question Regards,