selenium2 使用Cookies

2021-07-02 17:04 更新

在我們進行下一步之前,你可能會好奇如何使用?cookie?,首先你需要處在一個域名下,然后這樣設(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)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號