I'm using selenium (with python) to test a website on an emulated android device (Android version 6 and Android version 5.1) on Sauce Labs.
Selenium tries to access a website using the native browser. Unfortunately the SSL certificate pops up when I try to access the website which stops the test. I want selenium to automatically click accept. The box that pops up looks like this:
Simply creating a certificate for the site isn't an option. I want Selenium to automatically click on the accept button. This is possible for Chrome, Firefox, Safari, IE, and mobile Safari (i.e. iOS), so it must also be possible for Android. Please let me know if you have any ideas! Thanks :)