Skip to content

make it possible to pass puppeteer launch options #47

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

rsmelo92
Copy link

@rsmelo92 rsmelo92 commented Sep 6, 2021

This PR adds the possibility to pass puppeteer launch options, as it is necessary to solve deploy problems like this one for example

All the possible options can be seen here
https://github.com/puppeteer/puppeteer/blob/main/docs/api.md#puppeteerlaunchoptions

(Thanks for the lib, it is really helpful)

@bartveneman
Copy link
Member

Hey, thanks for looking at this. Your use-case looks pretty valid to me.

Do you think we should allow all options to be passed, or maybe only a subset?

Additionally, would you mind updating the readme with this new option as well?

Copy link
Member

@bartveneman bartveneman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please update the readme with this new option. And do you think you can add a test to verify that these options are passed correctly?

@bartveneman bartveneman added the ✨ enhancement New feature or request label Mar 24, 2022
@rsmelo92 rsmelo92 closed this Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants