nicolomantini / LinkedIn-Easy-Apply-Bot

Automate the application process on LinkedIn
Apache License 2.0
765 stars 321 forks source link

Bot cannot apply to Jobs, cannot select Phone Country Code #117

Closed code-with-amitk closed 1 year ago

code-with-amitk commented 1 year ago

Describe the bug

Screenshots Attached snip.JPG

Logs If applicable, attach your logs file found in ./logs/

Desktop (please complete the following information):

To Reproduce Steps to reproduce the behavior:

config.yaml
username: <>
password: <>
phone_number: <>

positions:
- Senior Software Engineer

locations:
- Remote

16:46:39 - INFO - Clicking the EASY apply button 16:46:53 - INFO - Could not complete submission 16:46:56 - INFO -


**Expected behavior**
Bot should apply to job
faran678 commented 1 year ago

Having a similar issue, Linkedin upgraded the phone number section and may be able to solve it by updating the code. Can anyone help?

PH13 commented 1 year ago

Replacing line 319 with the following worked for me:

    input_field = self.browser.find_element("xpath", '//*[contains(concat( " ", @class, " " ), concat( " ", "artdeco-text-input--input", " " ))]')
github-actions[bot] commented 1 year ago

Stale issue message