File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments