Open cbgz121 opened 6 months ago
The cookies = await connection.send(cdp.storage.get_cookies()) line will cause the cookie passed in to be overwritten.
cookies = await connection.send(cdp.storage.get_cookies())
in fact, nodriver not able to save cookies. https://github.com/ultrafunkamsterdam/nodriver/commit/5f5a78bdc54679f526e23c0b2bf8c9cc43614712
The
cookies = await connection.send(cdp.storage.get_cookies())
line will cause the cookie passed in to be overwritten.