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

[NoDriver] Element.send_keys() works unexpectedly #1870

Open
RobertAzovski opened this issue May 7, 2024 · 0 comments
Open

[NoDriver] Element.send_keys() works unexpectedly #1870

RobertAzovski opened this issue May 7, 2024 · 0 comments

Comments

@RobertAzovski
Copy link

RobertAzovski commented May 7, 2024

Hello. I faced an issue using NoDriver.

When I try to find an element via .find('Username', best_match=True) it succeed just 25-50% times on same page. 'Username' is a text of label for the input field, but the input field itself has #email` CSS selector.

Even after I started using .select('#email') it is not successful 100% but like 75% times.

When I try to send_keys('123456789') it cuts of a part of a text.

So final input will get like 1234 text, not all.

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

No branches or pull requests

1 participant