初学selenium-grid执行脚本报错:selenium.common.exceptions.WebDriverException: Message: Error forwarding the n
Posted ch2018
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了初学selenium-grid执行脚本报错:selenium.common.exceptions.WebDriverException: Message: Error forwarding the n相关的知识,希望对你有一定的参考价值。
初衷是想实现一个Remote实例,也是刚学selenum-grid,就迫不及待写个脚本运行看看效果;
显示报错:selenium.common.exceptions.WebDriverException: Message: Error forwarding the new session Empty pool of VM for setup Capabilities {browserName: firefox, javascriptEnabled: true, version: }
原因是启动Selenium Server的命令不对:
java -jar D://*//selenium-server-standalone-3.141.59.jar -role hub -port 4444
改为: java -jar D://*//selenium-server-standalone-3.141.59.jar
这里我只想看看Remote()方法,就没有配置hub和node节点;
以上是关于初学selenium-grid执行脚本报错:selenium.common.exceptions.WebDriverException: Message: Error forwarding the n的主要内容,如果未能解决你的问题,请参考以下文章
Selenium-Grid2 配置RemoteWebDriver
Selenium-Grid:如何使用`user-extensions.js`