Skip to content

Commit

Permalink
Added checks to see if files are created or not to avoid throwing exc…
Browse files Browse the repository at this point in the history
…eptions. Add checks to see if apply button is redirecting you. Add more detail logging for readibility and understanding.
  • Loading branch information
MrCredible committed Jul 16, 2020
1 parent 4c6ff1b commit 984c971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyapplybot.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def is_present(button_locator):
if is_present(cover_letter):
input_button = self.browser.find_elements(cover_letter[0],
cover_letter[1])

#TODO is this cover letter the same thing as the resume upload locator?
input_button[0].send_keys(self.cover_letter_loctn)
time.sleep(random.uniform(4.5, 6.5))

Expand Down

0 comments on commit 984c971

Please sign in to comment.