ankitsejwal / Lyndor

:rocket: Powerful command line tool to download lynda.com courses for personal offline use. :part_alternation_mark:
MIT License
131 stars 32 forks source link

Update exercise_file.py #18

Closed TFWol closed 6 years ago

TFWol commented 6 years ago

Tries some corrective actions for specific cases for when the exercise tab doesn't appear or isn't selected. --Maximizes window if element isn't showing up (the Exercise Files element tends to auto hide if window size is too small and was causing ElementNotFound exceptions.) --Waits for page to fully load before trying to grab exercise file (Exceptions would occur if the Element failed to be clicked)

ankitsejwal commented 6 years ago

Awesome, thanks.