1. 录制编写Selenium脚本
请参考文章 http://blog.youkuaiyun.com/ywyxb/article/details/59103683 进行Selenium IDE环境的部署和脚本录制。并将脚本保存为test suite(测试套件),例如命名为:Baidu.html。例如,将它保存在C:\test目录下。
2. 下载Selenium-server-standalone JAR包
为什么要下载Selenium-server-standalone JAR包?
官网说明:
The Selenium Server is needed in order to run Remote Selenium
WebDriver. Selenium 3.X is no longer capable of running Selenium RC
directly, rather it does it through emulation and the
WebDriverBackedSelenium interface.