Skip to content

Instantly share code, notes, and snippets.

@thepycoach
Created July 27, 2021 20:33
Show Gist options
  • Select an option

  • Save thepycoach/92c1c6d48b80e6a03e55f4cb2d2eefdd to your computer and use it in GitHub Desktop.

Select an option

Save thepycoach/92c1c6d48b80e6a03e55f4cb2d2eefdd to your computer and use it in GitHub Desktop.
# 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