Failed to connect to binary FirefoxBinary with Selenium in Maven

前端 未结 11 2643
终归单人心
终归单人心 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:08

    After battling this for a while and trying most (if not all) of the options listed here, I finally got rid of this error by removing an unused JAR - ios-server-0.6.5-jar-with-dependencies.jar in my build path, and using a combination of FF34 and selenium jars 2.48.2.

    Just wanted to post this as another option in case any one runs into this debilitating issue.

提交回复
热议问题