w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

Add "document" screenshots #564

Closed jrandolf closed 9 months ago

jrandolf commented 9 months ago

This PR implements document screenshots (formerly called "fullscreen screenshots").

Issue https://github.com/w3c/webdriver-bidi/issues/384


Preview | Diff

OrKoN commented 9 months ago

@jrandolf could you please resolve conflicts?

OrKoN commented 9 months ago

@jrandolf please add WPT tests for this (and also for formats)

whimboo commented 8 months ago

@jrandolf please add WPT tests for this (and also for formats)

We will take care of fullpage screenshot tests over on https://bugzilla.mozilla.org/show_bug.cgi?id=1840999.

jrandolf commented 8 months ago

Oh, I've created the PR for the tests here: https://github.com/web-platform-tests/wpt/pull/42804