selenium2 使用Cookies

2021-07-02 17:04 更新

在我們進(jìn)行下一步之前,你可能會(huì)好奇如何使用?cookie?,首先你需要處在一個(gè)域名下,然后這樣設(shè)置?cookie?:

# Go to the correct domain
driver.get("http://example.com")

# Now set the cookie. This one's valid for the entire domain
cookie = {'name':'foo','value':'bar'}
driver.add_cookie(cookie)

# And now output all the available cookies for the current URL
driver.get_cookies()



以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)