How to untick 'check for server certificate ' checkbox in internet explorer settings tab before the selenium execution code. Thank you.
Asked
Active
Viewed 1,564 times
2 Answers
1
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?

Community
- 1
- 1

Andrew Regan
- 5,087
- 6
- 37
- 73
0
Use UIAutomation instead. Selenium is only limited to the Web Automation.

Community
- 1
- 1

kurakura88
- 2,185
- 2
- 12
- 18