mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
WebDriver: Implement POST /session/{session id}/execute/async
endpoint
This commit is contained in:
parent
f88a0c51a3
commit
629fbc2cfc
4 changed files with 53 additions and 0 deletions
|
@ -64,6 +64,7 @@ public:
|
|||
ErrorOr<JsonValue, WebDriverError> get_element_text(JsonValue const& payload, StringView element_id);
|
||||
ErrorOr<JsonValue, WebDriverError> get_element_tag_name(JsonValue const& payload, StringView element_id);
|
||||
ErrorOr<JsonValue, WebDriverError> execute_script(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, WebDriverError> execute_async_script(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, WebDriverError> get_all_cookies();
|
||||
ErrorOr<JsonValue, WebDriverError> get_named_cookie(String const& name);
|
||||
ErrorOr<JsonValue, WebDriverError> add_cookie(JsonValue const& payload);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue