docs: connect works with any supported browser (#5572)

This commit is contained in:
Maja Frydrychowicz 2020-04-02 04:35:47 -04:00 committed by GitHub
parent d678013368
commit c82b5560f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]>