mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
WebDriver: Implement stub for /session/{id}/print
This commit is contained in:
parent
a1c1ab5f8d
commit
02a2018ec4
7 changed files with 23 additions and 0 deletions
|
@ -96,6 +96,9 @@ public:
|
|||
virtual Response take_screenshot(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response take_element_screenshot(Parameters parameters, JsonValue payload) = 0;
|
||||
|
||||
// 18. Print, https://w3c.github.io/webdriver/#print
|
||||
virtual Response print_page(Parameters parameters, JsonValue payload) = 0;
|
||||
|
||||
protected:
|
||||
Client(NonnullOwnPtr<Core::Stream::BufferedTCPSocket>, Core::Object* parent);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue