nicolomantini / LinkedIn-Easy-Apply-Bot

Automate the application process on LinkedIn
Apache License 2.0
796 stars 322 forks source link

Phone number is inputted into the name field sometimes #139

Closed jmarmstrong1207 closed 9 months ago

jmarmstrong1207 commented 1 year ago

This issue happens infrequently. It's unfortunately hard to screenshot it due to the bot being quick. It should detect the correct phone number field.

From what I see, the code looks for the first input field and wrongly assumes this input field will always be the phone number field. However, there are applications where the first input field is actually something like "First Name" and mistakenly puts it there

I don't think this piece of code is necessary as LinkedIn saves the phone number already, so reinputting it isn't needed.

SolshineCode commented 1 year ago

Could we just drop the phone number and add a clause for name to fix this, or do you think it's more complex?

conradRz commented 1 year ago

I deleted all the code relevant to inputting the phone number, as my browser simply remembers it, and pre-fills it. Therefore there is no need to ever enter it again. Simply search for "phone" and get deleting (assuming you know basic python).

github-actions[bot] commented 10 months ago

Stale issue message