#Crawl using the same tab and session
1 messages ยท Page 1 of 1 (latest)
if not, do it in a simple script with puppeteer or cheerio
https://crawlee.dev/docs/guides/scaling-crawlers#minconcurrency-and-maxconcurrency you can set min: 1 and max:1 so that would limit ur crawler to use 1 single tab I think ๐ค
I'm already using min and max concurrency as 1, it still opens a new browser for every request and a new session according to the debug logs :/
then I would suggest to use puppeteer or playwright in 1 single script if you want to do it now and fast
@soft apex just advanced to level 1! Thanks for your contributions! ๐
I am in fact using playwright in crawlee /apify
Sessions are used to store information such as cookies and can be used for generating fingerprints and proxy sessions.
You can imagine each session as a specific user, with its own cookies, IP (via proxy) and potentially a unique browser fingerprint.
Session internal state can be enriched with custom user data for example some authorization toke...
you can set the sessions and cookies I guess
already using persistent sessions
@hybrid pulsar just advanced to level 1! Thanks for your contributions! ๐