Last active
April 22, 2021 23:33
-
-
Save thepycoach/b53193e339ebd2fb2157fd90476d3e24 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
| #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