-
Notifications
You must be signed in to change notification settings - Fork 31
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
Comments
@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. |
@sschwartzman Do you know anyway to handle the SSL certifications while launching the server itself or in builder scripts? |
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 |
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
Do you know what is the alternative command for -trustAllSSLCertificates in Selenium 3.0 |
No idea, sorry. You'll need to ask the Selenium folks. |
@sschwartzman , Regards, |
I don't, sorry. |
@rameshp286 See README file of this project. |
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
The text was updated successfully, but these errors were encountered: