WebDriver:Print does not support the orientation parameter
Categories
(Remote Protocol :: Marionette, defect, P1)
Tracking
(firefox113 fixed)
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: jdescottes, Assigned: Sasha)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [webdriver:m6], [wptsync upstream] [webdriver:relnote])
Attachments
(2 files)
See https://github.com/mozilla/geckodriver/issues/2001
The webdriver print command supports an "orientation" parameter, which can either be "landscape" or "portrait", but it seems that marionette expects a "landscape" boolean instead.
Reporter | ||
Updated•9 months ago
|
Comment 1•9 months ago
|
||
Julian is referencing the following code:
https://searchfox.org/mozilla-central/rev/52da19becaa3805e7f64088e91e9dade7dec43c8/remote/shared/PDF.jsm#36
Comment 2•8 months ago
|
||
The severity field is not set for this bug.
:whimboo, could you have a look please?
For more information, please visit auto_nag documentation.
Reporter | ||
Comment 3•7 months ago
|
||
It would be nice to handle it at the same time as handling print for BiDi.
Comment 4•6 months ago
|
||
Setting to P2 given that we most likely want to work on that feature for BiDi in the next milestone.
Updated•6 months ago
|
Updated•4 months ago
|
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 5•2 months ago
|
||
Assignee | ||
Comment 6•2 months ago
|
||
Depends on D173413
Pushed by aborovova@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/6d1b666a9db5 [marionette] Add support for the orientation parameter in WebDriver:Print. r=webdriver-reviewers,whimboo https://hg.mozilla.org/integration/autoland/rev/ebcf39c1897e [wdspec] Add tests for the orientation parameter in WebDriver:Print. r=webdriver-reviewers,whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/39164 for changes under testing/web-platform/tests
Updated•2 months ago
|
Comment 9•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6d1b666a9db5
https://hg.mozilla.org/mozilla-central/rev/ebcf39c1897e
Upstream PR merged by moz-wptsync-bot
Reporter | ||
Updated•1 month ago
|
Description
•