Sign up for Apify Platform here
Star Crawlee on GitHub
Star Crawlee for Python on GitHub
Apify and Crawlee Official Forum
New post
Most posts
Powered by
Hall
Home
Members
Thans
T
Thans
Offline
, last seen 3 weeks ago
Joined November 19, 2024
Contributions
Comments
Replies
T
Thans
3 weeks 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'],
}
},