1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 13:27:34 +00:00

WebDriver: Implement POST /session/{id}/forward endpoint

This commit is contained in:
Moustafa Raafat 2022-10-15 18:18:35 +01:00 committed by Linus Groh
parent 9132656856
commit a4fa604bde
7 changed files with 46 additions and 0 deletions

View file

@ -8,4 +8,5 @@ endpoint WebDriverSessionClient {
get_title() => (String title)
refresh() =|
back() =|
forward() =|
}