We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a7182 commit 5605351Copy full SHA for 5605351
README.md
@@ -27,7 +27,7 @@ Capybara.register_driver(:cuprite) do |app|
27
end
28
```
29
30
-if you use `Docker` don't forget to pass `no-sandbox` option:
+If you use `Docker` don't forget to pass `no-sandbox` option:
31
32
```ruby
33
Capybara::Cuprite::Driver.new(app, browser_options: { 'no-sandbox': nil })
0 commit comments