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

hub vs. server? #7

Closed
KlavsKlavsen opened this issue May 8, 2014 · 1 comment
Closed

hub vs. server? #7

KlavsKlavsen opened this issue May 8, 2014 · 1 comment

Comments

@KlavsKlavsen
Copy link

What is selenium server vs. selenium hub?

I would like to have my main server - containg whatever is necessary - so I can add extra nodes alter on (windows nodes for IE f.ex.).. the readme doesn't seem to make it clear, what I should choose :( - and explicitly says that ::hub and ::server conflicts - as they use the same port by default..

@jhoblitt
Copy link
Owner

jhoblitt commented May 8, 2014

Selenium server is a stand alone application for using a single server as a test node. Selenium hub acts as a proxy in front of one or more Selenium node instances. A hub + node(s) is called a Selenium grid. Running Selenium server is similar to creating a Selenium grid from a hub and a single node on the same host. I highly recommend reading the Selenium documentation to help determine what the best approach for your usage case(s) is. See: http://docs.seleniumhq.org/docs/07_selenium_grid.jsp#what-is-selenium-grid

@jhoblitt jhoblitt closed this as completed May 8, 2014
jhoblitt pushed a commit that referenced this issue May 8, 2014
Based on question raised in #7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants