Crawlee PuppeteerCrawler not starting with Chrome Profile
I need a Chrome profile to run the scraper, since I need my session cookies to access precise pages.
This is my code
Still the crawler opens without the Chrome Profile 🙂
1 Reply
Maybe You can use
preNavigationHooks to add extra cookies:
https://crawlee.dev/js/api/browser-crawler/interface/BrowserCrawlerOptions#preNavigationHooks
Or modify Your session using createSessionFunction with your cookies:
https://crawlee.dev/js/api/next/core/interface/SessionPoolOptions#createSessionFunction