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

Make it possible to run embedded selenium server #17

Closed
niuxuetao opened this issue Jun 19, 2015 · 1 comment
Closed

Make it possible to run embedded selenium server #17

niuxuetao opened this issue Jun 19, 2015 · 1 comment
Milestone

Comments

@niuxuetao
Copy link
Owner

Start embedded selenium server if const or system property "selenium.rc.host" is not given or given as blank. The port of the embedded selenium server will be specified by another const or system property "selenium.rc.port". If "selenium.rc.port" not given or given as blank or given as non-positive number, a random port will be used.

This feature removes the necessity of external selenium server while it is still supported to use external selenium server, e.g. selenium hub server

@niuxuetao niuxuetao added this to the 1.8 milestone Jun 19, 2015
@niuxuetao
Copy link
Owner Author

done in r 1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant