Skip to content

Commit 33373b9

Browse files
committed
chore: Add README entry
1 parent e1efe3e commit 33373b9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- `Browser::Client#command` accepts :async parameter [#433]
1111
- `Ferrum::Browser` introduce `:flatten` mode with one connection and sessions [#434]
1212
- Support for ping requests [#417]
13+
- `Ferrum::Browser` introduce `:ws_url` option to set external websocket for a browser [#435]
1314

1415
### Changed
1516
- `Ferrum::Page#screeshot` accepts :area option [#410]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ Ferrum::Browser.new(options)
187187
* `:host` (String) - Remote debugging address for headless Chrome.
188188
* `:url` (String) - URL for a running instance of Chrome. If this is set, a
189189
browser process will not be spawned.
190+
* `:ws_url` (String) - Websocket url for a running instance of Chrome. If this is set, a
191+
browser process will not be spawned.
190192
* `:process_timeout` (Integer) - How long to wait for the Chrome process to
191193
respond on startup.
192194
* `:ws_max_receive_size` (Integer) - How big messages to accept from Chrome

0 commit comments

Comments
 (0)