Open MightbeMike opened 7 months ago
just update the element in this function
def apply_job(self):
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
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