undetected-chromedriver
undetected-chromedriver copied to clipboard
cookies and cache
First of all thank you for the great package!
I noticed that unlike the unmodified chromedriver, the undetected chromedriver does not delete cookies and cache after a session ends. Why was this feature taken out in the modification?
Same issue.
Each time you instantiate a driver a temp profile folder is created for this sessions,
cookies and cache are deleted when you quit()
it.
If you specify a user_data_dir
then the profile is kept with all its cookies and cache.
So you can do both.