Ask Your Question
1

What does the error message "WebDriver Could not initiate a new session. Unable to interpret remote response: 5xx html" indicate when conducting tests on the selenium 4 grid?

asked 2022-04-18 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-03-09 14:00:00 +0000

devzero gravatar image

The error message "WebDriver Could not initiate a new session. Unable to interpret remote response: 5xx html" indicates that there is an issue with the communication between the Selenium client and a remote node in the Selenium 4 grid. The "5xx" status code suggests that the remote node encountered an internal server error while processing the request. The "html" might indicate that the response received from the remote node was not in the expected format, which could be due to a network issue, a problem with the Selenium server setup or configuration, or an issue with the application being tested. It is recommended to check the logs and configurations of the Selenium Grid and the application under test, and investigate any network or infrastructure issues that may be causing this error.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-04-18 11:00:00 +0000

Seen: 9 times

Last updated: Mar 09 '22