Skip to content

Commit

Permalink
chore: Add README entry
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Jan 7, 2024
1 parent e1efe3e commit 33373b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- `Browser::Client#command` accepts :async parameter [#433]
- `Ferrum::Browser` introduce `:flatten` mode with one connection and sessions [#434]
- Support for ping requests [#417]
- `Ferrum::Browser` introduce `:ws_url` option to set external websocket for a browser [#435]

### Changed
- `Ferrum::Page#screeshot` accepts :area option [#410]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ Ferrum::Browser.new(options)
* `:host` (String) - Remote debugging address for headless Chrome.
* `:url` (String) - URL for a running instance of Chrome. If this is set, a
browser process will not be spawned.
* `:ws_url` (String) - Websocket url for a running instance of Chrome. If this is set, a
browser process will not be spawned.
* `:process_timeout` (Integer) - How long to wait for the Chrome process to
respond on startup.
* `:ws_max_receive_size` (Integer) - How big messages to accept from Chrome
Expand Down

0 comments on commit 33373b9

Please sign in to comment.