mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
WebDriver: Implement GET /session/{id}/url
endpoint
This commit is contained in:
parent
a15d32982a
commit
096fe865c6
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