How to Get Rid of Certificate Warnings in Selenium Ruby
Selenium Ruby is an open-source project which allows its users to conduct website usability tests across multiple platforms and Internet browsers. When testing a webpage hosted on a secure page, a certificate warning might be displayed by the browser that is connected to the Selenium Ruby server. If you do not wish the browser to display such warnings, you can disable that option by entering a specific command in the Selenium Ruby server console.
Instructions
-
-
1
Open Windows Explorer and locate the "selenium-server.jar" file on your hard drive. This file is the executable that allows you to launch the Selenium Ruby server.
-
2
Double-click on the "selenium-server.jar" file to launch the server. Wait for the application to finish loading its modules.
-
-
3
Type the following command in the command line prompt window:
-ignore-certificate-errors -
4
Press the "Enter" key.
-
1