mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
WebDriver: Implement POST /session/{id}/forward endpoint
This commit is contained in:
parent
9132656856
commit
a4fa604bde
Notes:
sideshowbarker
2024-07-17 10:31:19 +09:00
Author: https://github.com/moustafaraafat
Commit: a4fa604bde
Pull-request: https://github.com/SerenityOS/serenity/pull/15623
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/TobyAsE ✅
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