Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Developer experience - one entry point for web console #2534

Closed
OndraM opened this issue Jul 28, 2016 · 1 comment
Closed

Suggestion: Developer experience - one entry point for web console #2534

OndraM opened this issue Jul 28, 2016 · 1 comment
Assignees

Comments

@OndraM
Copy link
Contributor

OndraM commented Jul 28, 2016

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:

  1. Standalone: java -jar selenium-server-standalone-2.53.1.jar
  2. Hub: java -jar selenium-server-standalone-2.53.1.jar -role hub
URL 1) Standalone 2) Hub
http://127.0.0.1:4444/ HTTP 403 Page "You are using grid ... " + link to http://127.0.0.1:4444/grid/console
http://127.0.0.1:4444/wd/hub Web console with sessions list JSON with Grid exception (???)
http://127.0.0.1:4444/grid/console HTTP 403 Web console with list of nodes

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.

@lukeis lukeis added the C-server label Oct 1, 2016
@mach6 mach6 self-assigned this Oct 4, 2016
mach6 added a commit to mach6/selenium that referenced this issue Oct 7, 2016
- 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
@mach6 mach6 closed this as completed in 1d60079 Oct 7, 2016
@OndraM
Copy link
Contributor Author

OndraM commented Oct 15, 2016

@mach6 Great improvement, thanks!

@lock lock bot locked and limited conversation to collaborators Aug 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants