1

我正在尝试远程连接到 iPhone,以便在其上运行使用 selenium IDE 创建的测试。
我以 URL 的形式拥有 iPhone 的 IP(iwebdriver 在 iPhone 上运行),但在命令中缺少某些内容。

以下是我试图通过命令行运行的 selenium 独立命令:

java -jar selenium-server-standalone-2.25.0.jar
-hubHost "http://192.168.0.130:3001/wd/hub/" -browser browserName=iphone
-htmlSuite "*webdriver" "http://135.109.198.173/"  "IDEAutomation\Login.html" "IDEAutomation\Reports\Report.html"
-userExtensions "amartgwt3.0\smartgwt-3.0\selenium\user-extensions.js"

为了到达 iPhone 应该使用的 URL 是:“http://192.168.0.130:3001/wd/hub/”

测试应该在服务器上运行:“http://135.109.198.173/”

*从 Eclipse 项目可以连接到 iwebdriver 并在 iphone 设备上运行测试。

这个问题有解决方案吗?

4

0 回答 0