Remove experimental flag from "input.performActions" and "input.releaseActions"
Categories
(Remote Protocol :: WebDriver BiDi, task, P1)
Tracking
(firefox-esr102 wontfix, firefox113 wontfix, firefox114 fixed, firefox115 fixed)
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [webdriver:m7][webdriver:relnote])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
Both commands are currently marked as experimental. We should remove this flag when the commands are ready to be shipped.
We should check which of the dependencies from bug 1792089 actually would block us here. Maybe bug 1832028 only? Bug 1821460 is probably not absolutely necessary for that.
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 1•1 years ago
|
||
Updated•1 years ago
|
Assignee | ||
Comment 2•1 years ago
|
||
The only real blocker to get the experimental flag removed was actually the support for Element Origin which has been done over on bug 1806788 for Firefox 114. We might consider to uplift the attached patch given that there is no known regression nor other issue to fix.
Comment 4•1 years ago
|
||
bugherder |
Assignee | ||
Comment 5•1 years ago
|
||
Comment on attachment 9333727 [details]
Bug 1832380 - [webdriver-bidi] Remove experimental flag for "input.performActions" and "input.releaseActions".
Beta/Release Uplift Approval Request
- User impact if declined: Both the
input.performActions
andinput.releaseActions
commands won't be available for users of WebDriver BiDi by default. - Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): We have nearly a complete coverage and there are no known issues so far.
- String changes made/needed: none
- Is Android affected?: Yes
Comment 6•1 years ago
|
||
Comment on attachment 9333727 [details]
Bug 1832380 - [webdriver-bidi] Remove experimental flag for "input.performActions" and "input.releaseActions".
Approved for 114.0b7.
Comment 7•1 years ago
|
||
bugherder uplift |
Assignee | ||
Updated•1 years ago
|
Description
•