Accruent / robotframework-zoomba

Extended Robot Framework libraries to make testing GUI, REST/SOAP API, Mobile, and Windows Desktop easier.
https://accruent.github.io/robotframework-zoomba/
Apache License 2.0
143 stars 35 forks source link

Can zoomba library be used to automate cross platform desktop applications ( specifically for windows and mac ) #141

Closed MoniRaj1 closed 3 years ago

MoniRaj1 commented 4 years ago

Hi ,

We have implemented Zoomba library to automate windows desktop application , is there a way we can extend this support to mac ?

Wolfe1 commented 4 years ago

Hey @MoniRaj1,

From the looks of it here, its possible but would use the appium-mac-driver and appium-for-mac to do so. For the most part the actions of the library should work, however I anticipate that keywords like 'Open Application' will have issues.

I don't currently have a Mac machine on hand to look into this unfortunately.

MoniRaj1 commented 4 years ago

Thanks alot for your response @Wolfe1 . will try out in mac and let you know the outcome.