-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Milestone: Add webdriver touch support #41042
Copy link
Copy link
Open
1 / 11 of 1 issue completedLabels
A-webdriverB-feature-trackingThis issue tracks a particular high-level featureThis issue tracks a particular high-level featureI-spec-unclearA specification related to the issue in question is unclear.A specification related to the issue in question is unclear.
Description
Describe the new feature:
Make webdriver be platform compatible:
mobile platform -> touch
desktop -> mouse, unless touch simulation enabled.
Progress
- Implement pointer Id: webdriver: Implement Pointer ID #39642
- Fix spec for subtype passing: Pass
subtypeto "create an input source" w3c/webdriver#1929 - Choose our own path until spec resolution: Element click behavior on touchscreen devices w3c/webdriver#1925 (comment)
- Implement in a compatible way for "Element Click"
- Support it for Perform Actions.
- Determine pointer-type at runtime, which would enable us to simulate touch with "Element Click" in Desktop. Vice versa in mobile.
Missing in the picture is subtype: Pen. I guess we are not there yet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-webdriverB-feature-trackingThis issue tracks a particular high-level featureThis issue tracks a particular high-level featureI-spec-unclearA specification related to the issue in question is unclear.A specification related to the issue in question is unclear.