Created
July 27, 2021 20:33
-
-
Save thepycoach/92c1c6d48b80e6a03e55f4cb2d2eefdd 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
| # Get the transcript | |
| element = WebDriverWait(driver, 10).until(EC.presence_of_element_located((By.XPath, '//div[@class="full-script"]'))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment