Skip to content

Instantly share code, notes, and snippets.

@thepycoach
Created October 17, 2020 00:05
Show Gist options
  • Select an option

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

Select an option

Save thepycoach/cbe74b50732eaec34809f65a142a58c0 to your computer and use it in GitHub Desktop.
try:
empty_groups = grandparent.find_elements_by_class_name('EventOddGroup-styles-empty-group')
empty_event = [empty_group.find_element_by_xpath('./..') for empty_group in empty_groups[:]]
except:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment