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

Which selenium-server-standalone is downloaded and where is it stored? #156

Closed
goatsy opened this issue Aug 24, 2017 · 2 comments
Closed
Labels

Comments

@goatsy
Copy link

goatsy commented Aug 24, 2017

Hello,
I implemented the webdrivermanager into our selenium framework and it works really good. Thank you for the efforts made.

My question:

As I don't have to manually start the selenium-server-standalone.jar I assume webdrivermanager downloads it automatically. Where is it downloaded? I can find the different drivers for the browsers but not the selenium-server-standalone.jar
Can you please explain where the standalone server is located and if I can determine which version to download.

I would also love to see the output console of the standalone server for debugging reasons, where can I find it?

Thank you.

@bonigarcia
Copy link
Owner

WebDriverManager downloads automatically WebDriver binaries (e.g. chromedriver or geckodriver), not JAR files. I suppose you are using a build tool (Maven, Gradle), and therefore your *.jar files should be located in your local repository (~/.m2/repository or ~/.gradle/caches/modules-2/files-2.1 respectively).

@goatsy
Copy link
Author

goatsy commented Sep 6, 2017

Thanks for your answer.
Is it possible that the console of the standalone-server is displayed automatically?
I want to see what steps are currently done.

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

No branches or pull requests

2 participants