Skip to content

Commit

Permalink
docs(api.md): add note regarding puppeteer.executablePath() (#4092)
Browse files Browse the repository at this point in the history
References #4091
  • Loading branch information
aslushnikov committed Mar 14, 2019
1 parent 3511a35 commit 27cf859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api.md
Expand Up @@ -482,6 +482,8 @@ The default flags that Chromium will be launched with.
#### puppeteer.executablePath()
- returns: <[string]> A path where Puppeteer expects to find bundled Chromium. Chromium might not exist there if the download was skipped with [`PUPPETEER_SKIP_CHROMIUM_DOWNLOAD`](#environment-variables).

> **NOTE** `puppeteer.executablePath()` is affected by the `PUPPETEER_EXECUTABLE_PATH` and `PUPPETEER_CHROMIUM_REVISION` env variables. See [Environment Variables](#environment-variables) for details.
#### puppeteer.launch([options])
- `options` <[Object]> Set of configurable options to set on the browser. Can have the following fields:
- `ignoreHTTPSErrors` <[boolean]> Whether to ignore HTTPS errors during navigation. Defaults to `false`.
Expand Down

0 comments on commit 27cf859

Please sign in to comment.