Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Puppeteer Settings #510

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Puppeteer Settings #510

wants to merge 1 commit into from

Conversation

ra30r
Copy link

@ra30r ra30r commented Nov 27, 2020

Description

Puppeteer Browser Settings - adding ability to set puppeteer browser options from package json. Example use case: firestore cli keeps an open socket connection, need to set waitUntil to networkidle2 to prevent error precompiling files ( + needed devtools option set to true to be able to debug network connection in non-headless browser to figure out network issues ). This pull will incorporate https://pptr.dev/#?product=Puppeteer&version=v5.5.0&show=api-puppeteerlaunchoptions

馃挃Thank you!

Puppeteer Browser Settings - adding ability to set puppeteer browser options from package json. ** example use case: firestore cli keeps an open socket connection, need to set waitUntil to networkidle2 to prevent error precomiling files ( + needed devtools option set to true to be able to debug network connection in non-headless browser to figure out network issues)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant