mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: connect works with any supported browser (#5572)
This commit is contained in:
parent
d678013368
commit
c82b5560f0
@ -459,7 +459,7 @@ const puppeteer = require('puppeteer');
|
||||
- `transport` <[ConnectionTransport]> **Experimental** Specify a custom transport object for Puppeteer to use.
|
||||
- returns: <[Promise]<[Browser]>>
|
||||
|
||||
This methods attaches Puppeteer to an existing Chromium instance.
|
||||
This methods attaches Puppeteer to an existing browser instance.
|
||||
|
||||
#### puppeteer.createBrowserFetcher([options])
|
||||
- `options` <[Object]>
|
||||
|
Loading…
Reference in New Issue
Block a user