summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/WebDriver/Screenshot.cpp
AgeCommit message (Collapse)Author
2023-02-22LibWeb: Make factory method of DOM::ElementFactory fallibleKenneth Myhra
2023-01-05LibWeb+WebContent: Convert BrowsingContext to new pixel unitsSam Atkins
This fixes a few glitches. We no longer give the page double the width it should have, and we mark the correct area of the page as needing repainting.
2022-11-11LibWeb: Implement screenshot painting inside Web::WebDriverTimothy Flynn
This will allow for implementing the screenshot action closer to the spec, as we can now use HTMLCanvasElement to encode the bitmap, and capture the screenshot on the animation frame loop.