-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[BUG] locator.check: Clicking the checkbox did not change its state #20893
Comments
using his command works fine with me
|
@amrsa1 not much we can do unless there's a good repro that we can run & debug locally. Any chance you can provide one? |
So hard to do this, since its an actual project with certain auth using element id and changing check to be click lead to this error
|
@amrsa1 hm, looking at your DOM: does the checkbox actually get checked if you manually click on the "Elevator" text, not on the checkbox? |
@aslushnikov yes it works totally fine on UI side, i can click on ticket or the checkbox |
@aslushnikov well, no more ideas, and not much we can do here. I'll have to close this then. But if you'll come up with some kind of repro that we can run locally that reproduces this behavior, then we'll have chances! Feel free to submit a new issue in this case. |
using the same element but like below
it works totally fine, also i have noticed for some reason when i use this.minergieCheckbox.waitFor() |
I had the same problem, but only with docker image. "Locally" everything works perfect Solution provided by @amrsa1 solved this problem. Thanks! |
@amrsa1 Thank you! your suggestion for dispatching event works always. |
My checkbox has no name nearby and it is very hard to click, Even dispatching it won't work!! |
Context:
Code Snippet
Describe the bug
Unable to interact with checkbox due to the following error , i have used many approaches to inreract with this element but but couldn't find any solution
The text was updated successfully, but these errors were encountered: