mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:07:36 +00:00
Browser+WebContent+WebDriver: Move Take Element Screenshot to WebContent
This commit is contained in:
parent
de1e882601
commit
ea0561a0b3
15 changed files with 51 additions and 185 deletions
|
@ -23,8 +23,6 @@ public:
|
|||
WebDriverEndpoints() = default;
|
||||
~WebDriverEndpoints() = default;
|
||||
|
||||
Function<void(i32 element_id)> on_scroll_element_into_view;
|
||||
Function<Gfx::ShareableBitmap(i32 element_id)> on_take_element_screenshot;
|
||||
Function<String()> on_serialize_source;
|
||||
Function<Messages::WebContentServer::WebdriverExecuteScriptResponse(String const& body, Vector<String> const& json_arguments, Optional<u64> const& timeout, bool async)> on_execute_script;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue