Reputation: 45
How to untick 'check for server certificate ' checkbox in internet explorer settings tab before the selenium execution code. Thank you.
Upvotes: 1
Views: 1569
Reputation: 2305
Use UIAutomation instead. Selenium is only limited to the Web Automation.
Upvotes: 0
Reputation: 5113
There are no built-in options for the InternetExplorerDriver to enable this, but here are two solutions that might help:
See also: How can we get Watir-Webdriver to work with the IE invalid cert screen?
Upvotes: 1