Modal Dialog window with Selenium

前端 未结 1 618
一整个雨季
一整个雨季 2021-01-27 15:59

So I\'m trying to navigate to a page in IE9 using Selenium that, when loading the page, says there is a certificate error. Using AutoIT I\'m able to get it to click within the b

相关标签:
1条回答
  • 2021-01-27 16:16

    If this is typical SSL certificate error warning displayed in IE, then you may want to use JavascriptExecutor to handle it, as described in detail in this blog post:

    http://automatictester.co.uk/2014/08/03/handling-ssl-certificate-errors-in-selenium/

    In general, try to avoid mixing AutoIT with Selenium, unless you really have to.

    0 讨论(0)
提交回复
热议问题