Methods
(static) executablePath() → {string}
Returns:
A path where Puppeteer expects to find Internet Explorer
- Type
- string
(async, static) launch(optionsopt) → {Promise.<Browser>}
Launch a browser instance with given arguments.
The
browser will be closed when the parent NodeJS
process is closed.
Parameters:
Name | Type | Attributes | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object | <optional> |
Set of configurable options to set on the browser Properties
|