Skip to content

Commit 6bb4133

Browse files
authored
Merge pull request #144 from ttilberg/patch-2
Specify slowmo as delay in seconds
2 parents 2775b57 + 8929aca commit 6bb4133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Ferrum::Browser.new(options)
154154
`["/path/to/script.js", { source: "window.secret = 'top'" }]`
155155
* `:logger` (Object responding to `puts`) - When present, debug output is
156156
written to this object.
157-
* `:slowmo` (Integer | Float) - Set a delay to wait before sending command.
157+
* `:slowmo` (Integer | Float) - Set a delay in seconds to wait before sending command.
158158
Usefull companion of headless option, so that you have time to see changes.
159159
* `:timeout` (Numeric) - The number of seconds we'll wait for a response when
160160
communicating with browser. Default is 5.

0 commit comments

Comments
 (0)