WebDriverError: no such session error using ChromeDriver Chrome through Jenkins and Selenium
- 阅读更多 关于 WebDriverError: no such session error using ChromeDriver Chrome through Jenkins and Selenium
问题 Often I am getting no such session error when I am running the scripts from Jenkins. What's the cause for it? Is there any connection failure or is it due to someother reason (I am running around 26 scripts and out of it atleast one script has no such session error) The scripts are different scripts and no such session error is not again repeated for the same scripts 回答1: I met this kind of case sometimes. I use ChromeDriver with Laravel Dusk, rather than Selenium. However, I believe the