Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created June 24, 2019 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seleniumgists/0c64570e71be3fe042ef28c3f79fb041 to your computer and use it in GitHub Desktop.
Save seleniumgists/0c64570e71be3fe042ef28c3f79fb041 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
cookies = pickle.load(open(cookies_list[index], "rb"))
for cookie in cookies:
driver.add_cookie(cookie)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment