wodsuz / EasyApplyJobsBot

A python bot to automatically apply all Linkedin,Glassdoor, etc Easy Apply jobs based on your preferences. Auto login, auto fill additional questions, apply automatically!
https://www.automated-bots.com/
Other
424 stars 141 forks source link

Choose Resume Stopping Progress + Fix #26

Closed axk5216 closed 1 year ago

axk5216 commented 1 year ago

Choose resume now seems to be enforced. Best way I could find was to locate the CSS element. Update Line 185 to include two self.driver.find_element:

        for pages in range(applyPages-2):
            self.driver.find_element(By.CSS_SELECTOR,"button[aria-label='Choose Resume']").click()
            time.sleep(random.uniform(1, constants.botSpeed))

            self.driver.find_element(By.CSS_SELECTOR,"button[aria-label='Continue to next step']").click()
            time.sleep(random.uniform(1, constants.botSpeed))
parichard commented 1 year ago

Thanks, that's a good fix. It does not seem to work every time but does the job!

axk5216 commented 1 year ago

No problem! I've been trying to land entry level dev jobs on LinkedIn. I don't know if there's a way around it but every time there's more than 2 pages it fails to apply

On Fri, Jan 13, 2023, 4:55 PM Paul Richard @.***> wrote:

Thanks, that's a good fix. It does not seem to work every time but does the job!

— Reply to this email directly, view it on GitHub https://github.com/wodsuz/EasyApplyJobsBot/issues/26#issuecomment-1382435228, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIE6GI5BUGMOKSN25H5SCKTWSHFL5ANCNFSM6AAAAAATXQSHDM . You are receiving this because you authored the thread.Message ID: @.***>