1

How to untick 'check for server certificate ' checkbox in internet explorer settings tab before the selenium execution code. Thank you.

2 Answers2

1

There are no built-in options for the InternetExplorerDriver to enable this, but here are two solutions that might help:

  1. Custom registry entries
  2. "Just click the override link"

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.

c# ui automation

Community
  • 1
  • 1
kurakura88
  • 2,185
  • 2
  • 12
  • 18