我已经在本地计算机上执行了selenium-server-standalone-3.141.59.jar,当我尝试在下面的“创建会话”时,Chrome浏览器中显示了错误提示。
这就是我在CMD中启动selenium-server-standalone-3.141.59.jar的方式
您需要下载chromedriver.exe的最新二进制文件Chrome Driver Download
一旦启动集线器,便已使用以下命令启动了节点,需要在其中提供file path of your chromedriver.exe
[Windows]
java -Dwebdriver.chrome.driver=<file path of your chromedriver.exe> -jar <file path of your selenium standalone jar file> -role node -hub <url of your hub>