mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
WebDriver+Browser: Implement POST /session/{id}/window/minimize
This commit is contained in:
parent
0d5209cee6
commit
11d0489fa3
Notes:
sideshowbarker
2024-07-17 07:35:03 +09:00
Author: https://github.com/trflynn89
Commit: 11d0489fa3
Pull-request: https://github.com/SerenityOS/serenity/pull/15888
Reviewed-by: https://github.com/Lubrsi
Reviewed-by: https://github.com/linusg ✅
7 changed files with 40 additions and 0 deletions
|
@ -53,6 +53,7 @@ public:
|
|||
ErrorOr<JsonValue, WebDriverError> get_window_rect();
|
||||
ErrorOr<JsonValue, WebDriverError> set_window_rect(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, WebDriverError> maximize_window();
|
||||
ErrorOr<JsonValue, WebDriverError> minimize_window();
|
||||
ErrorOr<JsonValue, WebDriverError> find_element(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, WebDriverError> find_elements(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, WebDriverError> find_element_from_element(JsonValue const& payload, StringView parameter_element_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue