mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
WebDriver: Implement POST /session/{id}/elements
endpoint
This commit is contained in:
parent
e6f71d5e05
commit
063bd663a7
4 changed files with 68 additions and 0 deletions
|
@ -44,6 +44,7 @@ public:
|
|||
ErrorOr<JsonValue, HttpError> refresh();
|
||||
ErrorOr<JsonValue, HttpError> get_title();
|
||||
ErrorOr<JsonValue, HttpError> find_element(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> find_elements(JsonValue const& payload);
|
||||
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