start selenium-server
go into the files and open the dos window then use the following commands:
java -jar selenium-server-standalone-2.30.0.jar -role hub
Start remote control supporting Firefox
java -jar selenium-server-standalone-2.30.0.jar -role RC -hub http://localhost:4444/grid/register -browser browserName=firefox,platform=WINDOWS -port 5579
go into the files and open the dos window then use the following commands:
java -jar selenium-server-standalone-2.30.0.jar -role hub
Start remote control supporting Firefox
java -jar selenium-server-standalone-2.30.0.jar -role RC -hub http://localhost:4444/grid/register -browser browserName=firefox,platform=WINDOWS -port 5579
本文指导您如何启动Selenium服务器,并通过dos窗口使用特定命令来配置远程控制支持Firefox浏览器。
1329

被折叠的 条评论
为什么被折叠?



