mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +00:00
WebDriver+Browser: Implement GET /session/{id}/source
This commit is contained in:
parent
82af1557dd
commit
61d0b66bfb
Notes:
sideshowbarker
2024-07-17 08:36:27 +09:00
Author: https://github.com/trflynn89
Commit: 61d0b66bfb
Pull-request: https://github.com/SerenityOS/serenity/pull/15897
Reviewed-by: https://github.com/linusg
9 changed files with 49 additions and 0 deletions
|
@ -63,6 +63,7 @@ public:
|
|||
ErrorOr<JsonValue, WebDriverError> get_element_css_value(JsonValue const& payload, StringView element_id, StringView property_name);
|
||||
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> get_source();
|
||||
ErrorOr<JsonValue, WebDriverError> execute_script(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, WebDriverError> execute_async_script(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, WebDriverError> get_all_cookies();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue