mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +00:00
WebDriver: Implement GET /session/{id}/url
endpoint
This commit is contained in:
parent
a15d32982a
commit
096fe865c6
Notes:
sideshowbarker
2024-07-17 06:00:14 +09:00
Author: https://github.com/AtkinsSJ
Commit: 096fe865c6
Pull-request: https://github.com/SerenityOS/serenity/pull/15504
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg
3 changed files with 23 additions and 3 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
ErrorOr<void> stop();
|
||||
ErrorOr<void, Variant<HttpError, Error>> delete_window();
|
||||
ErrorOr<JsonValue, HttpError> post_url(JsonValue const& url);
|
||||
ErrorOr<JsonValue, HttpError> get_url();
|
||||
ErrorOr<JsonValue, HttpError> get_title();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue