Hi.
- Is it possible to implement "-trustAllSSLCertificates" switch while importing Selenium2Library.
- Is there any option to override ssl error page with Selenium2Library in Internet Explorer. In my environment certificates for tested sites are generated during whole test session. In SeleniumLibrary I was able to click link "Continue to website......", but in Selenium2Library it's not possible any more. Page with ssl error in Internet Explorer is different treated by S2L and in logs there is info:
....
16:42:09.582 INFO Clicking link 'Continue to this website (not recommended).'.
16:42:10.113 FAIL TypeError: object of type 'NoneType' has no len()
....
Hi.
....
16:42:09.582 INFO Clicking link 'Continue to this website (not recommended).'.
16:42:10.113 FAIL TypeError: object of type 'NoneType' has no len()
....