运行命令java -jar selenium-server.jar -htmlSuite "iexplore" "http://www.google.com/" "C:\Selenium\suite.html" "C:\Selenium\results.html"
浏览器打开后,显示页面无法显示在测试套件列上。请帮我解决这个问题?
答案 0 :(得分:1)
通常情况下,这是因为Selenium Test Suite的路径错误。你确定它加载了正确的版本?
我还注意到您正在加载浏览器名称中没有*的浏览器。例如,使用
java -jar selenium-server.jar -htmlsuite *iexplore http://www.google.com c:\selenium\suite.html C:\selenium\results.html
我有一个关于如何在http://www.theautomatedtester.co.uk/seleniumtraining/selenium_rc_setup.htm
上访问我网站的教程答案 1 :(得分:0)
尝试以下命令,让我们知道您的反馈,它应该有效。
java -jar selenium-server.jar -htmlSuite“iexplore”“http://www.google.com/”“C:\ Selenium \ suite.html”“C:\ Selenium \ results.html”-port 4444