In the daily life of selenium users, the SSL certificate problem is the constant which irritates the testers again and again. Lot of workarounds and solutions are on the way for this problem. Here are some ways that I came across. 1. Use Browser modes In Selenium 1.0 and before, the try to use *chrome and *iehta In Selenium 1.x and later, try to use *firefox and *iexplore Also we can use *firefoxproxy and *iexploreproxy . But this have limitations on no. of instances and multi window modes. 2. Install your application certificates If you have certificates for your SSL layer supported application, the best way is to install that certficate provided by your developers. 3. Install CyberVillains certificates For those who don't have their own security certificates, selenium itself provides some inbuilt certificates in the package called CyberVillains . You can install these certificates to avoid the SSL switching problems. 4. Separate Browser Profiles Create a ...
Sharing ideas with automation testers and Enjoying the ride...