Apify
Crawlee
GitHub
Apify Discord Mirror
Most posts
Powered by
Hall
Home
Members
Thans
T
Thans
Offline
, last seen 2 months ago
Joined November 19, 2024
Contributions
Comments
Replies
T
Thans
2 months ago
·
How to set launchContext?
just like below code in crawlee-js:
launchContext: {
// Native Puppeteer options
launchOptions: {
args: ['--disable-features=TrackingProtection3pcd', '--disable-web-security', '--no-sandbox'],
}
},