joaosilvalopes / linkedin-easy-apply-bot

MIT License
160 stars 58 forks source link

Fix uncheck follow company checkbox conflicting with some boolean options #42

Closed joaosilvalopes closed 1 year ago

joaosilvalopes commented 1 year ago

My proposed solution is to change, boolean['follow'] = false To boolean['stay up to date'] = false On fillFields.ts

joaosilvalopes commented 1 year ago

Better solution:

Don't use the fillBooleans method for this. Select the follow [companyname] to stay up to date with their page checkbox by id=follow-company-checkbox