Closed
Bug 1669917
Opened 5 years ago
Closed 5 years ago
Port "WebDriver:TakeScreenshot" to JSWindowActor
Categories
(Remote Protocol :: Marionette, task, P1)
Tracking
(firefox83 fixed)
RESOLVED
FIXED
83 Branch
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [marionette-fission-mvp][simple])
Attachments
(1 file)
Screenshot tests currently are failing with marionette.actors.enabled=true because the getScreenshotRect() method hasn't been ported to JSWindowActor yet:
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Priority: P3 → P1
| Assignee | ||
Comment 1•5 years ago
|
||
Actually to reduce the complexity of the code in driver we will have to move everything into the actor implementation.
Summary: Port getScreenshotRect() to JSWindowActor → Port "WebDriver:TakeScreenshot" to JSWindowActor
| Assignee | ||
Comment 2•5 years ago
|
||
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/34caac97f7fa
[marionette] Port "WebDriver:TakeScreenshot" to JSWindowActor. r=marionette-reviewers,maja_zf
Comment 4•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•