Open mantrishruti opened 2 weeks ago
@mantrishruti, thank you for creating this issue. We will troubleshoot it as soon as we can.
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template
label.
If the issue is a question, add the I-question
label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted
label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable G-*
label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer
label.
Thank you!
Hi, @mantrishruti. Please follow the issue template, we need more information to reproduce the issue.
Either a complete code snippet and URL/HTML (if more than one file is needed, provide a GitHub repo and instructions to run the code), the specific versions used, or a more detailed description to help us understand the issue.
Note: If you cannot share your code and URL/HTML, any complete code snippet and URL/HTML that reproduces the issue is good enough.
Reply to this issue when all information is provided, thank you.
Unable to parse remote response: 404 page not found
What is Grid URL given, can you try to access it with endpoint /status
to see any response?
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