Home > Software design >  Can iOS device automation be performed on a Windows machine using the Robot Framework?
Can iOS device automation be performed on a Windows machine using the Robot Framework?

Time:03-01

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?

CodePudding user response:

You can't set up everything you need on Windows for iOS device. Instead you need to use macOS.

Maybe the answers here would be helpful.

CodePudding user response:

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 .

  • Related