Skip to content

Instantly share code, notes, and snippets.

@thepycoach
Last active April 22, 2021 23:33
Show Gist options
  • Select an option

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

Select an option

Save thepycoach/b53193e339ebd2fb2157fd90476d3e24 to your computer and use it in GitHub Desktop.
#update 2
#Looking for live events 'Program_LIVE'
box = driver.find_element_by_xpath('//div[contains(@testid, "Program_UPCOMING")]') #updated
#Looking for 'sports titles'
sport_title = box.find_element_by_class_name('SportTitle-styles-sport') #updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment