Selenium 4 - Endpoint to view selenium-grid configuration parameters

Viewed 37

Using Selenium 3.x there was the endpoint <selenium-grid URL>/grid/api/hub to view configuration parameters (browserTimeout, newSessionTimeout etc.). Example:

enter image description here

According to the documentation https://www.selenium.dev/documentation/grid/advanced_features/endpoints/#grid Selenium 4.x seems to have only the endpoint <selenium-grid URL>/status.

However, this does not show all the desired information:

enter image description here

It simply shows the ready-state and some node-information.

Is there any (undocumented) endpoint to show the configuration parameters?

0 Answers
Related