Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split() for job and location search terms + Selenium click interception error on Easy Apply button fix #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

artemkk
Copy link

@artemkk artemkk commented Feb 12, 2022

  1. Lines 172-174 deal with the Selenium error regarding an intercepted click. It seems as though the original implementation would instead click on the asynchronous process operating the drop-down recent search menu. Use of the execute_script() function seems to circumvent that.
  2. Lines 214-215 in this new commit use .split() so that job and location represent words found in job_titles and locations delimited by spaces. The original implementation saw only the first letter of job and location being used in LinkedIn's search boxes. However, this does present an issue when cities with multi-word names are targeted ("Los Angeles", "New York").

Hope that's at least a bit helpful since all of this was personally new for me, really cool program man!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant