Last active
April 8, 2020 11:36
-
-
Save teal33t/7d9aeef4b45186e4528f9c5d0de181f7 to your computer and use it in GitHub Desktop.
selenium_import_lib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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