SessionNotCreatedException : Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure
My Selenium test suite is running without any problem on my local comp. but in azure pipeline, it is running for some time without any problem,scenarios passing successfuly, than failing at random scenario(mostly third), while navigating the website. After failed, rest of the scenarios failing too and test is rınning 50-60 minutes simetimes even more. normally it should take 10-15 min. Before that, tests used to run without problem on azure. than ı start to get session not started-not quited exceptions and updated to pom dependencies. after that this errors coming. ı tried different scenarios, different profiles on pom, it does not changed the situation. Here is the error log and my project details:
Chrome Driver version 125 is not working properly in Selenium
enter image description hereI have updated my google chrome to new version(125) and also downloaded chrome driver of similar version.
When i execute my Selenium project setup it is throwing me Selenium WebDriver exception.
Can anyone please help me out with this issue.