coding-ai / EasyApply-Linkedin

RPA tool for applying to LinkedIn jobs
246 stars 136 forks source link

Perhaps the design of this page has changed #6

Closed alexqueroz closed 3 years ago

alexqueroz commented 3 years ago

The design of the page may have changed because it doesn't work anymore. It stops right after login at the job page.

solcyborg commented 3 years ago

Check some of the recent contributions. It needs to have a wait time for the page to load for it to run properly. @An-dang made it work.

Although, I think some elements have changed when it comes to applying filters. Mine is getting hung up on the easy apply button to filter.

lavellshit commented 3 years ago

I am so confused.

applicatlat commented 3 years ago

I tried to change the code with the new design but it gave me this error:

raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".jobs-search-box__text-input[aria-label='Search by title, skill, or company']"} (Session info: chrome=89.0.4389.90)

jldmorris commented 3 years ago

Same here :(

coding-ai commented 3 years ago

LinkedIn is constantly changing their website to avoid bots. This issue is totally normal. Due to this, I am not maintaining the code - I decided to make a YouTube video to explain how to build this program https://www.youtube.com/watch?v=6plKL95a134 You can watch how I get the different elements in this video and you just need to change a couple of lines of code, depending on the current elements that LinkedIn has on the website. Thanks!