marty90 / PyChromeDevTools

PyChromeDevTools is a python module that allows one to interact with Google Chrome using Chrome DevTools Protocol within a Python script.
Apache License 2.0
301 stars 41 forks source link

Get a specific website's access token and refresh token #32

Open yumianhuli1 opened 2 weeks ago

yumianhuli1 commented 2 weeks ago

How to get a specific website's access token and refresh token from the localStorage of Chrome by using this lib? Thanks!