mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +00:00
WebDriver: Implement GET /session/{session id}/window/handles
endpoint
This commit is contained in:
parent
91cec51b99
commit
6641c99c80
4 changed files with 29 additions and 2 deletions
|
@ -60,6 +60,7 @@ private:
|
|||
ErrorOr<JsonValue, HttpError> handle_get_title(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_get_window_handle(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_close_window(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_get_window_handles(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_find_element(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_find_elements(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_find_element_from_element(Vector<StringView> const&, JsonValue const& payload);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue