SessionNotCreatedException: Unable to create new service: GeckoDriverService with Selenium Grid on Ubuntu failing to drive Firefox

做~自己de王妃 提交于 2019-11-28 01:29:17

A few words about Selenium Grid Configuration:

  • You mentioned your Test Bed as selenium-server-standalone-3.7.1.jar and client-combined-3.5.3-nodeps.jar. As per Best Practices, you should use either of the following not both

  • Always try to use the latest released version i.e. selenium-server-standalone-3.7.1.jar

  • In selenium_grid.sh: you need to change the following :

    java -Dwebdriver.gecko.driver=/opt/selenium/geckodriver
    
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!