Skip to content

Commit

Permalink
Add note about executablePath option to puppeteer.launch (puppeteer…
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov authored and JoelEinbinder committed Aug 15, 2017
1 parent 0a1294c commit fd325cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ puppeteer.launch().then(async browser => {

The method launches a browser instance with given arguments. The browser will be closed when the parent node.js process gets closed.

> **Note** Puppeteer works best with bundled version of chromium, and there's no guarantee it would work properly with any other version. Use `executablePath` option with extreme caution.
### class: Browser

Browser manages a browser instance, creating it with a predefined
Expand Down

0 comments on commit fd325cd

Please sign in to comment.