mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
WebDriver: Implement GET /session/{id}/element/{id}/property/{name}
This commit is contained in:
parent
3db92885cd
commit
e87456e38f
7 changed files with 56 additions and 0 deletions
|
@ -66,6 +66,7 @@ private:
|
|||
ErrorOr<JsonValue, HttpError> handle_find_element_from_element(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_find_elements_from_element(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_get_element_attribute(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_get_element_property(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_get_all_cookies(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_get_named_cookie(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_add_cookie(Vector<StringView> const&, JsonValue const& payload);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue