Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Last active March 17, 2020 06:52
Show Gist options
  • Save Celia-code/d8533363053f16a5bb77b6606a1bb4aa to your computer and use it in GitHub Desktop.
Save Celia-code/d8533363053f16a5bb77b6606a1bb4aa to your computer and use it in GitHub Desktop.
this is for selenium
from selenium import webdriver
driver = webdriver.Chrome()
driver.get("https://www.google.com/")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment