Skip to content

Instantly share code, notes, and snippets.

@thepycoach
Last active October 19, 2020 17:56
Show Gist options
  • Select an option

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

Select an option

Save thepycoach/8d1dfcf19e5860d598a00b17619fa0f0 to your computer and use it in GitHub Desktop.
for odds_event in odds_events:
for n, box in enumerate(odds_event):
rows = box.find_elements_by_xpath('.//*')
if n == 0:
x12.append(rows[0].text)
driver.quit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment