When I am running the azure pipeline for regression any random test cases are getting failed due to this error "ChromeDriver exited with code: 1"
My Chrome browser version is 117 & I have updated the driver as well to 117 version
In Regression every time any random test cases are getting failed due to this error some are getting passed & some are getting failed due to this error
When this error is throwing for the particular test case & when I am checking same in VM Browser itself is not getting launchedenter image description here
I have update the driver to 117 with this command "npm i [email protected]" still same issue is coming