mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
WebContent+WebDriver: Move Get/Set Timeouts to WebContent
This commit is contained in:
parent
cb4b9108d1
commit
04f41bda52
6 changed files with 33 additions and 33 deletions
|
@ -3,6 +3,8 @@
|
|||
endpoint WebDriverClient {
|
||||
close_session() => ()
|
||||
set_is_webdriver_active(bool active) =|
|
||||
get_timeouts() => (Web::WebDriver::Response response)
|
||||
set_timeouts(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
navigate_to(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
get_current_url() => (Web::WebDriver::Response response)
|
||||
back() => (Web::WebDriver::Response response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue