mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:07:45 +00:00
Browser+WebContent+WebDriver: Move Get/Set Window Rect to WebContent
This also lets us more fully implement the "restore the window" method, which requires we block until the document reaches the "visible" state.
This commit is contained in:
parent
9505928fdb
commit
b57d7e4332
10 changed files with 144 additions and 114 deletions
|
@ -20,8 +20,6 @@ endpoint WebDriverSessionClient {
|
|||
forward() =|
|
||||
get_window_rect() => (Gfx::IntRect rect)
|
||||
restore_window() =|
|
||||
set_window_size(Gfx::IntSize size) =|
|
||||
set_window_position(Gfx::IntPoint position) =|
|
||||
maximize_window() =|
|
||||
minimize_window() =|
|
||||
serialize_source() => (String source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue