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

Update linkedIn_easy_applier.py #395

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

Conversation

newbie321
Copy link

handle text fields with auto-suggest (type-ahead) choices

Problem:
Some textfields come with pre-formatted auto-suggested lists whose values depend on user input string.
For example, user-entered 'Atlanta' would trigger 'Atlanta, Georgia, United States' suggestion. Only suggestions are viewed by LI as valid data.

Solution:
create a flag ('is_type_ahead') and assign True when class 'search-basic-typeahead' is found else False.
call ._enter_text() with this flag and when flag is True, choose first available suggestion using Keys: ARROW_DOWN and ENTER

handle text fields with auto-suggest (type-ahead) choices
@feder-cr
Copy link
Owner

@newbie321 only on V3

@newbie321
Copy link
Author

@newbie321 only on V3

I am not sure I understand... This feature needs to be pushed to V3?
can you please clarify?

@feder-cr
Copy link
Owner

@newbie321 use V3 branch

@newbie321
Copy link
Author

@newbie321 use V3 branch

so I downloaded V3 and it looks like similar solution is already implemented to take care of fields that have type-ahead feature. As such, this pull request appears to be meaningless

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.

2 participants