Closed
Bug 1563746
Opened 5 years ago
Closed 5 years ago
Implement Page.captureScreenshot
Categories
(Remote Protocol :: CDP, enhancement, P1)
Remote Protocol
CDP
Tracking
(firefox71 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: ato, Assigned: whimboo)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Page.captureScreenshot
is used for taking screenshots of the full
document with the default settings. This bug captures implementing
it without any of the optional parameters (format
, quality
,
clip
, fromSurface
).
Functionally, it’s similar to the effect you achieve with --screenshot
from DevTools.
Reporter | ||
Comment 1•5 years ago
|
||
We need document inlining to be able to write sophisticated test
cases without too much hassle.
Reporter | ||
Comment 2•5 years ago
|
||
Here we will want to use the new Fission-compatible API
that can be perused in bug 1559592.
Reporter | ||
Updated•5 years ago
|
Assignee: ato → nobody
Status: ASSIGNED → NEW
Priority: P2 → P3
Assignee | ||
Comment 3•5 years ago
|
||
I will pick this up once I'm done with the implementation in Marionette over on bug 1559592.
Updated•5 years ago
|
Assignee: nobody → hskupin
Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Assignee | ||
Updated•5 years ago
|
Blocks: puppeteer-examples
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/52be0848e5a1
[remote] Implement Page.captureScreenshot. r=remote-protocol-reviewers,maja_zf,ato
Comment 7•5 years ago
|
||
bugherder |
Updated•4 years ago
|
Component: CDP: Page → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•