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'm running a crawler with the selenium_firefox engine but I got the following exception Selenium::WebDriver::Error::InsecureCertificateError:. As I see on this link https://github.com/SeleniumHQ/selenium/wiki/Ruby-Bindings#ssl-certificates it's something I need to configure on firefox.
Is it possible to set the option desired_capabilities through Kimurai?
The text was updated successfully, but these errors were encountered:
@vifreefly Hi, I created this PR #46 just as note about how I fixed the issue. I would like to know how you think is the best way to add this option and of course, to know if makes sense to add this option to the project.
I'm running a crawler with the selenium_firefox engine but I got the following exception
Selenium::WebDriver::Error::InsecureCertificateError:
. As I see on this linkhttps://github.com/SeleniumHQ/selenium/wiki/Ruby-Bindings#ssl-certificates
it's something I need to configure on firefox.Is it possible to set the option desired_capabilities through Kimurai?
The text was updated successfully, but these errors were encountered: