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

Already on GitHub? Sign in to your account

How to set args like .launch({ args: [] }) ? #530

Open
damartripamungkas opened this issue Oct 28, 2023 · 3 comments
Open

How to set args like .launch({ args: [] }) ? #530

damartripamungkas opened this issue Oct 28, 2023 · 3 comments

Comments

@damartripamungkas
Copy link

How to set args like .launch({ args: [] }) ? i dont see if this package support that

@Firefox2005
Copy link

this.cluster = await Cluster.launch({ puppeteerOptions: { args: [] } });

@damartripamungkas
Copy link
Author

this.cluster = await Cluster.launch({ puppeteerOptions: { args: [] } });

ok thanks i will try

@Harm-Nullix
Copy link

It clearly states it in https://github.com/thomasdondorf/puppeteer-cluster#clusterlaunchoptions
You can just look at the puppeteerOptions value that states it is the puppeteer.launch arg

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

No branches or pull requests

3 participants