在Internet Explorer中运行selenium脚本

时间:2012-05-01 20:49:11

标签: selenium-rc

我目前正在使用Selenium RC在Windows中的FF中运行我的脚本。你能告诉我如何在IE中运行脚本吗?

2 个答案:

答案 0 :(得分:1)

您的问题不是很明确,但假设您的意思是使用Selenium IDE Firefox插件来创建测试,您会发现this blog post helpful

  • 您需要安装java。
  • 如果您使用的是Windows,则可能需要以管理员身份运行该命令。

然后以管理员身份运行以下命令

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