driver.get_cookies()返回为空,document.cookie也空,怎么办!
多半是服务器设了httponly,只能用用requests来获取了
print(driver.requests[-1].headers["cookie"])
driver.get_cookies()返回为空,document.cookie也空,怎么办!
多半是服务器设了httponly,只能用用requests来获取了
print(driver.requests[-1].headers["cookie"])