我目前正在使用Selenium RC在Windows中的FF中运行我的脚本。你能告诉我如何在IE中运行脚本吗?
答案 0 :(得分:1)
您的问题不是很明确,但假设您的意思是使用Selenium IDE Firefox插件来创建测试,您会发现this blog post helpful。
然后以管理员身份运行以下命令
java -jar selenium-server-standalone-2.0b3.jar -htmlSuite "*iexplore"
"http://www.google.com" "TestSuite.html"
"results.html" -port 4445
其中参数"*iexplore"
指定使用InternetExplorer。
答案 1 :(得分:0)
不要在脚本中使用*firefox or *chrome
,而是使用*iexplore or *iexploreproxy