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

Webdriver closes upon login #36

Closed Wilson-D-Lee closed 1 year ago

Wilson-D-Lee commented 1 year ago

<img width="1049" alt="Screenshot 2023-06-13 at 16 35 21"

seems to be something to do with line 54 'totalJobs = self.driver.find_element(By.XPATH,'//small').text'

Screenshot 2023-06-13 at 16 35 21
Wilson-D-Lee commented 1 year ago

@nitishdas1517 how did you get around this one?

Vickyy9 commented 1 year ago

I tried adding this piece to the code just above the line 54 and it is working driver = webdriver.Chrome() wait = WebDriverWait(driver, 10)

Wilson-D-Lee commented 1 year ago

Thank you so much that worked!! 🚀