Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenuim not detecting Apply button #6

Open
MightbeMike opened this issue Apr 2, 2024 · 1 comment
Open

Selenuim not detecting Apply button #6

MightbeMike opened this issue Apr 2, 2024 · 1 comment

Comments

@MightbeMike
Copy link

Am I suppoose to config on my end?

the script works great for Linked in up untile you click apply for easy apply or otherwise. they may opf changed the button sense you last applied this script. as of right now its not detected

@MrDangwal
Copy link

just update the element in this function

def apply_job(self):
# Section to click the Easy Apply Button on job page
gerat = True
while gerat:
try:
sleep(3)
self.driver.find_element(by=By.CLASS_NAME, value="jobs-apply-button--top-card").click()
print('Clicked the Easy Button')
gerat = False
except NoSuchElementException:
print('Cannot find the button, click Another Job')
break
except NoSuchWindowException as win:
print("no window bro... ok, I believe you closed it.", win)
gerat = False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants