miyakogi / pyppeteer

Headless chrome/chromium automation library (unofficial port of puppeteer)
Other
3.56k stars 372 forks source link

Page.cookies() returns List, not Dict #281

Closed grammy-jiang closed 4 years ago

grammy-jiang commented 4 years ago

I just notice the method Page.cookies() returns List, not Dict.

Maybe the typing hint for this method should be fixed.

Mattwmaster58 commented 4 years ago

Hi @grammy-jiang , it looks like this project has been abandoned. You may want to consider the active fork pyppeteer2. Feel free to create an issue there if your problem persists with the updated library.