Last active
October 16, 2020 19:12
-
-
Save thepycoach/72f5290d3776aaad659dbd3d1c4436e3 to your computer and use it in GitHub Desktop.
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.by import By | |
| from selenium.webdriver.support.ui import WebDriverWait | |
| from selenium.webdriver.support import expected_conditions as EC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment