Add support for the WebDriver Actions API to marionette driver
Categories
(Remote Protocol :: Marionette, enhancement, P1)
Tracking
(firefox67 fixed)
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
To be able to get rid of the old legacy actions (bug 1354578) we have to add support for the Actions API as defined in the WebDriver specification.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
There is one test failure on Android for the non-spec compliant case when clicking an element which is larger than the viewport. I'm not able to figure out why that is failing, also because I cannot run it locally ATM. I will skip it and we should fix it afterward via bug 1534291.
Assignee | ||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
Backed out changeset e510d3ed595a (bug 1533786) for Marionette failures
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=233161155&repo=autoland&lineNumber=679
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=232918999&revision=e510d3ed595a6e133bfcdbb4db71b3eb74918839
Backout:
https://hg.mozilla.org/integration/autoland/rev/daaee58201c2efc43f2e8d5c6e4c7ddafe8970be
Assignee | ||
Comment 6•6 years ago
|
||
The problem here is that are we slim tests are also using Actions. We have to change the import to make sure to use the legacy ones.
Comment 8•6 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•