Using Selenium 3.x there was the endpoint <selenium-grid URL>/grid/api/hub
to view configuration parameters (browserTimeout
, newSessionTimeout
etc.). Example:
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:
It simply shows the ready-state and some node-information.
Is there any (undocumented) endpoint to show the configuration parameters?