Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.