The correct approach going forward (for Selenium 4) is going to be what
Firefox does. I'm not sure if Edge supports that capability yet, or not,
though.

On Fri, Sep 15, 2017 at 10:35 AM, brighton29 <[email protected]> wrote:

> This is how I handle Invalid/Insecure Certificates it in Firefox;
>
>
>   capabilities = 
> Selenium::WebDriver::Remote::Capabilities.firefox(accept_insecure_certs: true)
>   driver = Watir::Browser.new(:firefox, :desired_capabilities => capabilities)
>
>
> This is how I do it in Chrome;
>
>
> driver = Watir::Browser.new :chrome, switches: %w(--ignore-certificate-errors 
> --disable-popup-blocking --disable-translate)
>
>
> So how do you handle this in Edge? I haven't seen anything on the web
> regarding this issue.
>
>
> --
> --
> Before posting, please read http://watir.com/support. In short: search
> before you ask, be nice.
>
> [email protected]
> http://groups.google.com/group/watir-general
> [email protected]
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Watir General" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to