You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
currently there is afaik no unified entry point to selenium server web console - the URL differs depending on whether it is started as hub or if it is started in as standalone server. That makes it confusing especially for newcomers.
- DisplayHelpServlet is now (by default) available for
all server type (standalone, node, hub).
- Update DisplayHelpServlet look/feel and removed
all HTML code from java class.
- Update grid/BUCK to include *.html as a resource
- Update GridLauncherV3 to include help servlet when
launching a standalone
- Update SeleniumServer, Hub, and SelfRegisteringRemote
to set servlet init parameters used by
DisplayHelpServlet
- Update test for extraServlets
Hi there,
currently there is afaik no unified entry point to selenium server web console - the URL differs depending on whether it is started as hub or if it is started in as standalone server. That makes it confusing especially for newcomers.
Compare behavior in both cases:
java -jar selenium-server-standalone-2.53.1.jar
java -jar selenium-server-standalone-2.53.1.jar -role hub
I suggest adding some simple signpost page to the root URL when run in the standalone mode - similar to one which is shown in the hub mode.
The text was updated successfully, but these errors were encountered: