puppeteer/src/node
Connor Clark 9f9b4ed72a
fix: clearer jsdoc for behavior of headless when devtools is true (#7748)
The existing comment suggests that only the default changes–however, even if you set `devtools: false` and `headless: true`, Puppeteer will still open with headful.
2021-11-16 21:31:24 +01:00
..
BrowserFetcher.ts fix: add support for relative install paths to BrowserFetcher (#7613) 2021-09-29 14:21:38 +00:00
BrowserRunner.ts fix: try to remove the temporary user data directory after the process has been killed (#7761) 2021-11-15 11:52:09 +00:00
install.ts fix(install): respect environment proxy config when downloading Firef… (#6577) 2021-09-15 19:41:03 +00:00
Launcher.ts fix: only kill the process when there is no browser instance available (#7762) 2021-11-11 09:19:23 +01:00
LaunchOptions.ts fix: clearer jsdoc for behavior of headless when devtools is true (#7748) 2021-11-16 21:31:24 +01:00
NodeWebSocketTransport.ts feat: add User-Agent with Puppeteer version to WebSocket request (#5614) 2021-09-15 07:40:43 +00:00
PipeTransport.ts chore: enforce file extensions on imports (#6202) 2020-07-13 10:22:26 +01:00
Puppeteer.ts feat: add channel parameter for puppeteer.launch (#7389) 2021-07-09 12:43:42 +00:00