Hey, the code snippet from issue https://github.com/twalpole/apparition/issues/64 was clutch for setting up this driver on a Linux server. Without those :browser_options, Capybara would just hang forever when trying to visit an outside website.
Thought it might be helpful to mention these options in the README. Not sure about the wording or placement, but it's a start.
Hey, the code snippet from issue https://github.com/twalpole/apparition/issues/64 was clutch for setting up this driver on a Linux server. Without those
:browser_options
, Capybara would just hang forever when trying to visit an outside website.Thought it might be helpful to mention these options in the README. Not sure about the wording or placement, but it's a start.