org.openqa.selenium.SessionNotCreatedException: session not created exception from tab crashed error when executing from Jenkins CI server

后端 未结 3 2033
一生所求
一生所求 2020-12-11 19:24

I am trying to run my automation tests from Jenkins CI server (built with Gradle), but the browser crashes instantly with the error below. It also crashes when I run gradle

3条回答
  •  渐次进展
    2020-12-11 19:31

    Please try with Chromedriver version 83.0.4103.39 (https://chromedriver.chromium.org/downloads)

提交回复
热议问题