[🐛 Bug]: [java17] Encountered JsonException while using selenium versions higher than 4.13.0 , unable to connect to remote WebDriver #14727
Labels
C-grid
I-defect
I-issue-template
Applied to issues not following the template, or missing information.
needs-triaging
What happened?
Automation framework with same set up works for selenium 4.13.0 but fails as we upgrade selenium version
Code using as below -
please note - there is no issue with local browser testing , this is happening only for remote grid which is set up on aws cloud .
ChromeOptions opt = new ChromeOptions();
driver = new RemoteWebDriver(gridurl);
Error as below -
Caused by: org.openqa.selenium.json.JsonException: Expected to read a START_MAP but instead have: NUMBER. Last 0 characters read: , next 19 characters to read: 404 page not found
Grid is up and running as 4.13.0 works fine
chrome version used : v.130.0.6723.69
How can we reproduce the issue?
Relevant log output
Operating System
windows 11
Selenium version
Java selenium 4.25.0
What are the browser(s) and version(s) where you see this issue?
chrome 130
What are the browser driver(s) and version(s) where you see this issue?
v.130.0.6723.69
Are you using Selenium Grid?
yes 4.25.0
The text was updated successfully, but these errors were encountered: