mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47: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
|
@ -44,8 +44,6 @@ public:
|
|||
virtual void forward() override;
|
||||
virtual Messages::WebDriverSessionClient::GetWindowRectResponse get_window_rect() override;
|
||||
virtual void restore_window() override;
|
||||
virtual void set_window_size(Gfx::IntSize const&) override;
|
||||
virtual void set_window_position(Gfx::IntPoint const&) override;
|
||||
virtual void maximize_window() override;
|
||||
virtual void minimize_window() override;
|
||||
virtual Messages::WebDriverSessionClient::SerializeSourceResponse serialize_source() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue