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.
2 parents 2775b57 + 8929aca commit 6bb4133Copy full SHA for 6bb4133
README.md
@@ -154,7 +154,7 @@ Ferrum::Browser.new(options)
154
`["/path/to/script.js", { source: "window.secret = 'top'" }]`
155
* `:logger` (Object responding to `puts`) - When present, debug output is
156
written to this object.
157
- * `:slowmo` (Integer | Float) - Set a delay to wait before sending command.
+ * `:slowmo` (Integer | Float) - Set a delay in seconds to wait before sending command.
158
Usefull companion of headless option, so that you have time to see changes.
159
* `:timeout` (Numeric) - The number of seconds we'll wait for a response when
160
communicating with browser. Default is 5.
0 commit comments