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

Unable to execute Scripts in Selenium Builder 3.1.2 Firefox 48 #30

Open
rameshp286 opened this issue Sep 9, 2016 · 8 comments
Open

Comments

@rameshp286
Copy link

rameshp286 commented Sep 9, 2016

Hello Everyone ,
I am unable to execute the script using (Run- Run script on Selenium server) Even if i start the selenium standalone server in CMD.
When i start server and run the script via builder. It opens the Firefox browser and not passing the url. after sometime gives Timeout error in Builder

I am using firefox Ver 48.0.1
Builder Ver 3.1.2
Java Version 1.8
Standalone server Ver3.0 Beta

Kindly Help...

Thanks in Advance.
Ramesh

@sschwartzman
Copy link

@rameshp286 try downloading the latest geckodriver for your OS and putting the binary in the same directory as your standalone server jar. I ran into the same issue and that worked for me.

https://github.com/mozilla/geckodriver/releases

@rameshp286
Copy link
Author

@sschwartzman
Thank you. I am able to launch the server using this command
java -jar -Dwebdriver.gecko.driver=geckodriver.exe selenium-server-standalone-3.0.0-beta3.jar

Do you know anyway to handle the SSL certifications while launching the server itself or in builder scripts?

@sschwartzman
Copy link

Heh, sorry, out of my realm there. You may want to ask on the Selenium Server boards.

Found this article though, by googling "selenium server ssl": https://github.com/SeleniumHQ/selenium/wiki/Untrusted-SSL-Certificates

@rameshp286
Copy link
Author

Thank you for the info Seth,

I tried to start server with

java -jar -Dwebdriver.gecko.driver=geckodriver.exe selenium-server-standalone-3.0.0-beta3.jar -trustAllSSLCertificates

But its it showing

Exception in thread "main" com.beust.jcommander.ParameterException: Unknown opti
on: -trustAllSSLCertificates

Do you know what is the alternative command for -trustAllSSLCertificates in Selenium 3.0

@sschwartzman
Copy link

No idea, sorry. You'll need to ask the Selenium folks.

@rameshp286
Copy link
Author

@sschwartzman ,
Do you have any email ids so that i can contact them directly

Regards,
Ramesh

@sschwartzman
Copy link

I don't, sorry.

@Hipska
Copy link

Hipska commented Mar 2, 2017

@rameshp286 See README file of this project.

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

3 participants