Selenium UnreachableBrowserException - “Could not start a new session” in SoapUI Groovy TestStep

前端 未结 7 1135
终归单人心
终归单人心 2020-12-10 04:41

I use SoapUI Pro 5.1.2 on Win7 x32, and try to connect to Selenium Webdriver in Groovy TestStep.

For this purpose I added selenium-standalone-server.jar

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 05:04

    This could be a compatibility issue between the 'selenium', 'chrome browser version' and 'chrome driver' version that you are using.

    It you are using Selenium 2.53 (like me), then using chrome driver 2.25 should work for you.

    You can download it from here - https://chromedriver.storage.googleapis.com/index.html?path=2.25/

提交回复
热议问题