Is there a known issue of .click({force: true}) not working properly? #9535
Unanswered
quad5
asked this question in
Questions and Help
Replies: 1 comment
-
Force true is not doing any visibility checks, so its directly firing the event on the target. It means that event wasn’t fired for you — the code itself did not handle the event. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a same test where I specify
{force: true}
and{force: false}
in different run, and the result is different in the sense that it seems like element wasn't clicked.For sure, element is visible.
Beta Was this translation helpful? Give feedback.
All reactions