mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
Browser+WebContent+WebDriver: Move [Max,Min]imize Window to WebContent
This also lets us more fully implement the "iconify the window" method, which requires we block until the document reaches the "hidden" state.
This commit is contained in:
parent
1c398b32ce
commit
03d0c7a5b6
9 changed files with 75 additions and 86 deletions
|
@ -7,4 +7,6 @@ endpoint WebDriverClient {
|
|||
get_current_url() => (Web::WebDriver::Response response)
|
||||
get_window_rect() => (Web::WebDriver::Response response)
|
||||
set_window_rect(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
maximize_window() => (Web::WebDriver::Response response)
|
||||
minimize_window() => (Web::WebDriver::Response response)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue