Enable Chrome to translate a page #206
nicolas-besnard
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Cuprite to crawl some websites and I'd like to translate the page.
By looking at Ferrum codebase, there's a
Ferrum::Browser::Options::Chrome::DEFAULT_OPTIONS
object.So when configuring Capybara, I'm using
ignore_default_browser_options
, and only re-use thisDEFAULT_OPTIONS
and exclude the key I don't wantBut it doesn't seem to work. I have 2 questions:
Beta Was this translation helpful? Give feedback.
All reactions