geckodriver icon indicating copy to clipboard operation
geckodriver copied to clipboard

providing pageRanges in payload for '/print' returns base64 for total pages

Open harsha509 opened this issue 5 years ago • 1 comments

System

  • Version: 0.28.0, 0.27.0
  • Platform: macOS
  • Firefox: 82.0.3 (64-bit)
  • Selenium: NA

Testcase

As this is still not implemented in Selenium Alpha, i have created a git repo to reproduce issue. Here is the git repo and instructions documented in readme

https://github.com/JS31096/printPageIssueFirefox

Stacktrace

No stack trace, the base64 gets generated successfully for total pages which not the expected result. Providing pageRanges:["1-2"] for 8 pages gives base64 for 8 pages.

Note: as base64 gets generated successfully, i have saved the base64 to pdf and tested visually.

harsha509 avatar Nov 17 '20 09:11 harsha509

https://bugzilla.mozilla.org/show_bug.cgi?id=1678347

jgraham avatar Nov 19 '20 15:11 jgraham