mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
WebDriver: Implement POST /session/{id}/forward endpoint
This commit is contained in:
parent
9132656856
commit
a4fa604bde
7 changed files with 46 additions and 0 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
ErrorOr<JsonValue, HttpError> get_title();
|
||||
ErrorOr<JsonValue, HttpError> refresh();
|
||||
ErrorOr<JsonValue, HttpError> back();
|
||||
ErrorOr<JsonValue, HttpError> forward();
|
||||
|
||||
private:
|
||||
NonnullRefPtr<Client> m_client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue