Skip to content

Instantly share code, notes, and snippets.

@joonvena
Created July 25, 2019 13:50
Show Gist options
  • Save joonvena/d0099e22db6ab6ce7dbe913c1bdd79b6 to your computer and use it in GitHub Desktop.
Save joonvena/d0099e22db6ab6ce7dbe913c1bdd79b6 to your computer and use it in GitHub Desktop.
from os import system
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.common.exceptions import NoSuchElementException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment