coding-ai / EasyApply-Linkedin

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

Code errors after submitting application #1

Closed RedRiverDelta closed 3 years ago

RedRiverDelta commented 4 years ago

The code works fine up until submitting an application. After that, it goes to a confirmation screen and doesn't exit out of that.

solcyborg commented 3 years ago

See @coding-ai other comments from another user... it seems you may need premium or adjust the coding. Maybe you can Xpath the X with a wait time and click() with selenium.

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!