Hi
I am facing issue with the chromedriver versions >93, I have a setup for selenium grid and it was working without any issues till 92 version.
But after the chrome version upgraded to 93, we are observing our scripts are failing to launch the chrome browser with the chromedriver. Below is the error we see, Can someone please help me in resolving this issue.
Time elapsed: 600.828 s <<< ERROR!
org.openqa.selenium.WebDriverException:
Error forwarding the new session new session request for webdriver should contain a location header or an 'application/json;charset=UTF-8' response body with the session ID.
Command duration or timeout: 600.23 seconds
Caused by: org.openqa.selenium.WebDriverException:
Error forwarding the new session new session request for webdriver should contain a location header or an 'application/json;charset=UTF-8' response body with the session ID.
Build info: version: 'unknown', revision: 'unknown', time: 'unknown'
System info: host: 'ip-10-49-82-233.ec2.internal', ip: '10.49.82.233',
os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1160.36.2.el7.x86_64', java.version: '11.0.4'
Driver info: driver.version: unknown
Regards
Videesh