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)
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)