Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/98.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 如何在iphone上从PC的命令行运行测试_Ios_Selenium_Command Line Arguments - Fatal编程技术网

Ios 如何在iphone上从PC的命令行运行测试

Ios 如何在iphone上从PC的命令行运行测试,ios,selenium,command-line-arguments,Ios,Selenium,Command Line Arguments,我正在尝试远程连接到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=ip

我正在尝试远程连接到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设备上运行测试

有解决这个问题的办法吗