pyanty icon indicating copy to clipboard operation
pyanty copied to clipboard

How can i export/import cookies?

Open vuqaragazade opened this issue 1 year ago • 1 comments

hi, I am using Python Selenium with your API. Is there a way to export and import cookies to the profile? I tried Pickle Library but it seems not working

vuqaragazade avatar May 13 '24 16:05 vuqaragazade

So selenium only loads cookies on the page you are on I think. Everything works fine with pyppeteer

DedInc avatar May 22 '24 03:05 DedInc