mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
WebDriver: Implement POST /session/{id}/element/{id}/element
This commit is contained in:
parent
063bd663a7
commit
d26bbcab42
Notes:
sideshowbarker
2024-07-17 09:48:50 +09:00
Author: https://github.com/TobyAsE
Commit: d26bbcab42
Pull-request: https://github.com/SerenityOS/serenity/pull/15694
Reviewed-by: https://github.com/linusg ✅
4 changed files with 74 additions and 0 deletions
|
@ -45,6 +45,7 @@ public:
|
|||
ErrorOr<JsonValue, HttpError> get_title();
|
||||
ErrorOr<JsonValue, HttpError> find_element(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> find_elements(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> find_element_from_element(JsonValue const& payload, StringView parameter_element_id);
|
||||
ErrorOr<void, Variant<HttpError, Error>> close_window();
|
||||
ErrorOr<JsonValue, HttpError> get_all_cookies();
|
||||
ErrorOr<JsonValue, HttpError> get_named_cookie(String const& name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue