Created
October 17, 2020 00:05
-
-
Save thepycoach/cbe74b50732eaec34809f65a142a58c0 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
| 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