Skip to content

Instantly share code, notes, and snippets.

@marciok
Created October 29, 2020 17:07
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 marciok/c40585d73c0e2f26556f53aecd5f7033 to your computer and use it in GitHub Desktop.
Save marciok/c40585d73c0e2f26556f53aecd5f7033 to your computer and use it in GitHub Desktop.
from selenium import webdriver
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
driver = webdriver.Chrome()
driver.get("https://google.com")
driver.exit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment