使用Appium在ios Simulator中打开firefox浏览器

时间:2015-05-22 09:36:33

标签: selenium-webdriver appium

我想使用Appium在iphone(5,6或6 plus)模拟器上打开firefox浏览器。我厌倦了在appium ios设置中提供绝对应用程序路径(在mac machind中的firefox浏览器应用程序),但它不起作用。我已经阅读了有关安装Firefox OS Simulator的信息。我可以在IOS模拟器或Android模拟器中打开firefox浏览器作为应用程序,还是必须使用Firefox的模拟器?请详细说明建议。 提前致谢!! PS:我正在使用最新版本的appium和ios

1 个答案:

答案 0 :(得分:0)

我正在使用Genymotion Android模拟器和appium。 为了安装firefox你只需要使用apk here 详细步骤:

  1. 安装Android SDK。
  2. 转到$ SDK_root / emulator.exe启动模拟器。
  3. 转到命令提示符并转到$ SDK_root / platform-tools目录(或者添加到windows环境的路径)
  4. 输入命令adb install。
  5. 请注意,模拟器测试通常不够,您还在真实设备上测试了应用程序。