You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using IE to run my test. But when I enter the https link ,I am getting a security certificate screen.
I am not sure how I can overcome that. security certificate.docx
You need to set capabilities of IE to accept SSL Certificates: DesiredCapabilities capabilities = new DesiredCapabilities(); capabilities.setCapability(CapabilityType.ACCEPT_SSL_CERTS, true); WebDriver driver = new InternetExplorerDriver(capabilities);
Request to provide the serenity property to handle the security certificate.
The text was updated successfully, but these errors were encountered: