初学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

LoadRunner跑脚本时报错

Selenium-Grid工作方式

Selenium-Grid:如何使用`user-extensions.js`

测试人员如何搭建Selenium-Grid2环境(参考Java)

用appium测试的时候遇到这个报错,有没有大佬帮忙看看