Reputation: 11
I have a requirement to Automate scripts on iOS devices using the Robot framework/Python on the Windows platform.
What are all things I required in order to achieve this task?
Upvotes: 0
Views: 1378
Reputation: 1
Appium can automate iOS device tests via WebDriverAgent.
WebDriverAgent can be run through multiple open source multi-platform tools from Windows:
You will need Xcode to first build WDA though before you can deploy it to a device. Once it is installed on the device ( until the signing expires at least ) you can run WDA from any OS ( Mac, Windows, Linux ) using the various tools.
Upvotes: 0
Reputation: 84
No you can't automate any iOS scripts from windows system . The main requirement for iOSDriver to communicate with appium scripts and to your iOS device requires xcode app . Which is not there onto windows .
Upvotes: 0