Skip to content

Instantly share code, notes, and snippets.

@teal33t
Last active April 8, 2020 11:36
Show Gist options
  • Save teal33t/7d9aeef4b45186e4528f9c5d0de181f7 to your computer and use it in GitHub Desktop.
Save teal33t/7d9aeef4b45186e4528f9c5d0de181f7 to your computer and use it in GitHub Desktop.
selenium_import_lib
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.action_chains import ActionChains
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.webdriver.common.proxy import Proxy, ProxyType
from selenium.common.exceptions import NoSuchElementException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment