windows .bat 批处理 脚本路径如下: install-simo.bat文件内容: @ECHO OFF set scriptpath=%~dp0set logfile=%scriptpath%install-log.txttype license.txt | more:license-checkecho Did you agree with this license(Y/N) :set/p "cho=>" if %cho%==Y goto startif %cho%
1.在Linux上放selenium-server-standalone-2.53.0.jar,在jar包目录下执行命令java -jar selenium-server-standalone-2.53.0.jar -role hub,启动hub,提示Nodes should register to http://192.168.8.184:4444/grid/register/,Selenium Grid hub is up and running 浏览器打开http://192.168.8.