【问题标题】:Can iOS device automation be performed on a Windows machine using the Robot Framework?是否可以使用 Robot Framework 在 Windows 机器上执行 iOS 设备自动化?
【发布时间】:2022-03-10 16:59:55
【问题描述】:

我需要使用 Windows 平台上的 Robot 框架/Python 在 iOS 设备上自动化脚本。

为了完成这项任务,我需要什么?

【问题讨论】:

    标签: python ios windows appium robotframework


    【解决方案1】:

    您无法在 Windows for iOS 设备上设置所需的一切。相反,您需要使用 macOS。

    也许here 的答案会有所帮助。

    【讨论】:

      【解决方案2】:

      不,您不能从 windows 系统自动化任何 iOS 脚本。 iOSDriver 与 appium 脚本和您的 iOS 设备通信的主要要求需要 xcode app 。窗户上没有。

      【讨论】:

        【解决方案3】:

        Appium 可以通过 WebDriverAgent 自动化 iOS 设备测试。

        WebDriverAgent 可以通过 Windows 的多个开源多平台工具运行:

        1. 去-ios
        2. tidevice
        3. 其他...

        您需要先构建 WDA,然后才能将其部署到设备。在设备上安装后(至少在签名到期之前),您可以使用各种工具从任何操作系统(Mac、Windows、Linux)运行 WDA。

        【讨论】:

          猜你喜欢
          • 2019-12-08
          • 2020-04-19
          • 2018-03-01
          • 2015-03-16
          • 1970-01-01
          • 1970-01-01
          • 2017-11-30
          • 2017-10-12
          • 2015-08-14
          相关资源
          最近更新 更多