Skip to content

Commit 8357994

Browse files
authored
Update README.md
1 parent 95bd6e3 commit 8357994

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,17 @@ Ferrum::Browser.new(options)
171171
options it passes to the browser, if you set this to `true` then only
172172
options you put in `:browser_options` will be passed to the browser,
173173
except required ones of course.
174-
* `:port` (Integer) - Remote debugging port for headless Chrome
175-
* `:host` (String) - Remote debugging address for headless Chrome
174+
* `:port` (Integer) - Remote debugging port for headless Chrome.
175+
* `:host` (String) - Remote debugging address for headless Chrome.
176176
* `:url` (String) - URL for a running instance of Chrome. If this is set, a
177177
browser process will not be spawned.
178178
* `:process_timeout` (Integer) - How long to wait for the Chrome process to
179-
respond on startup
179+
respond on startup.
180180
* `:ws_max_receive_size` (Integer) - How big messages to accept from Chrome
181181
over the web socket, in bytes. Defaults to 64MB. Incoming messages larger
182182
than this will cause a `Ferrum::DeadBrowserError`.
183183
* `:proxy` (Hash) - Specify proxy settings, [read more](https://github.com/rubycdp/ferrum#proxy)
184-
* `:save_path` (String) - Path to save screenshots, PDF, mhtml, and attachment requests
184+
* `:save_path` (String) - Path to save attachments with [Content-Disposition](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition) header.
185185

186186

187187
## Navigation

0 commit comments

Comments
 (0)