从快捷方式运行SeleniumIDE测试用例

时间:2015-03-26 14:53:28

标签: firefox browser automation selenium-ide

所以我想在这里完成的是从点击按钮或桌面快捷方式自动运行seleniumIDE中的脚本。现在,我在firefox中安装了seleniumIDE,每次都要在seleniumIDE上手动打开我的脚本,然后点击“Run Test Case”让我的脚本运行起来。我试图避免这些步骤,而不是让我们说直接从单击一个按钮运行脚本。如果有人能给我任何想法或任何东西,我将不胜感激。非常感谢提前。

1 个答案:

答案 0 :(得分:0)

你走了:

  

java -jar ./selenium-server-standalone-2.37.0.jar -port 4444   -htmlSuite * firefox http://www.yoursite.com ./your_suite_file.html ./your_result_file.html

https://wiki.mozilla.org/Running_IDE_scripts_with_Selenium_RC