-
Notifications
You must be signed in to change notification settings - Fork 32
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
dblclick events are not triggered except the first one #3043
Comments
Experiment showed the test is passing if |
I am not sure how those could be related. Note that the CDP implementation in Puppeteer passes the test. |
This problem was preventing click events from being logged at all, and is not related to the specific issue mentioned. The problem with not having the second double click is in the fact that BiDi does not have a concept of click count. As a workaround, Mapper uses a heuristic
|
Could we track clickCount within a single performActions call and not across the calls? |
Please see as well w3c/webdriver#1772 which might be related. Lets discuss this topic in the next monthly meeting. |
Test: #3042
Original report: puppeteer/puppeteer#13560
cc @sadym-chromium @Lightning00Blade
The text was updated successfully, but these errors were encountered: