Apify Discord Mirror

Updated 2 months ago

How to set launchContext?

At a glance

The post contains a code snippet from the crawlee-js library, which includes some Puppeteer launch options such as disabling features, disabling web security, and running in no-sandbox mode. There are no comments from community members, so the post is summarized without any additional information.

just like below code in crawlee-js:
launchContext: {
// Native Puppeteer options
launchOptions: {
args: ['--disable-features=TrackingProtection3pcd', '--disable-web-security', '--no-sandbox'],
}
},
Add a reply
Sign up and join the conversation on Discord