我正在尝试远程连接到iPhone,以便运行使用selenium IDE创建的测试 我有一个URL形式的iPhone的IP(iwebdriver在iPhone上运行),但在命令中缺少一些东西。
以下是我试图通过命令行运行的selenium standalone命令:
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设备上运行测试。
该问题是否有解决方案?