Failed to connect to binary FirefoxBinary with Selenium in Maven

前端 未结 11 2639
终归单人心
终归单人心 2020-12-05 02:32

I am running some Selenium-Tests. When I start them directly from Eclipse everything works fine. But when I Start them through Maven there the following Exception occurs:

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 03:07

    Try using the latest selenium server version, You need to check the compatibility between browser and selenium server.

        
        org.seleniumhq.selenium
        selenium-java
        3.141.59
         
    

提交回复
热议问题