webdriver: Unify "Element Click" for touch & mouse + Improve PointerMove compliance#41726
Merged
yezhizhen merged 3 commits intoservo:mainfrom Jan 8, 2026
Merged
webdriver: Unify "Element Click" for touch & mouse + Improve PointerMove compliance#41726yezhizhen merged 3 commits intoservo:mainfrom
yezhizhen merged 3 commits intoservo:mainfrom
Conversation
Signed-off-by: Euclid Ye <[email protected]>
|
🔨 Triggering try run (#20769658900) for Linux (WPT) |
|
Test results for linux-wpt from try job (#20769658900): Flaky unexpected result (34)
Stable unexpected results that are known to be intermittent (24)
Stable unexpected results (1)
|
|
|
Signed-off-by: Euclid Ye <[email protected]>
044edaf to
64d2488
Compare
Signed-off-by: Euclid Ye <[email protected]>
|
🔨 Triggering try run (#20771750242) for Linux (WPT) |
|
Test results for linux-wpt from try job (#20771750242): Flaky unexpected result (39)
Stable unexpected results that are known to be intermittent (27)
|
|
✨ Try run (#20771750242) succeeded. |
xiaochengh
approved these changes
Jan 8, 2026
Contributor
xiaochengh
left a comment
There was a problem hiding this comment.
LGTM.
I'm not a fan of coupling platform and input device type, but for webdriver it's probably fine.
Member
Author
@jschwe and I neither: #41067 (comment). The plan is to do this in runtime, so any platform can dispatch any input device embedder events. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing: This should fix the quirky behaviour where we use mousemove
to change pointer status for touch/pen.
You can see the new WPT passing.
Fixes: #41250
Fixes: Part of #41620
Fixes: Part of #41725