From 984c971fc3bd90bc380e99f857c31980d33fadb2 Mon Sep 17 00:00:00 2001 From: spectrem12 Date: Thu, 16 Jul 2020 02:10:13 -0500 Subject: [PATCH] Added checks to see if files are created or not to avoid throwing exceptions. Add checks to see if apply button is redirecting you. Add more detail logging for readibility and understanding. --- easyapplybot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyapplybot.py b/easyapplybot.py index df9443e..ce7105f 100644 --- a/easyapplybot.py +++ b/easyapplybot.py @@ -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))