我需要使用 selenium python 从任何网站上抓取所有 cookie,包括第三方的 cookie。
第三方cookies是指网站域以外的其他域的cookies。
我在selenium中尝试了.get_cookies(),但它只返回第一方cookie。
Selenium 本身无法直接获取第三方 cookie,我最好的建议是尝试使用 WebXray。
你可以在 github 上找到它: https://github.com/timlib/webXray