mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +00:00
WebDriver: Implement POST /session/{id}/back endpoint
This commit is contained in:
parent
443ffab9dc
commit
9132656856
7 changed files with 46 additions and 0 deletions
|
@ -7,4 +7,5 @@ endpoint WebDriverSessionClient {
|
|||
set_url(URL url) =|
|
||||
get_title() => (String title)
|
||||
refresh() =|
|
||||
back() =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue