mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:07:36 +00:00
WebContent+WebDriver: Move Find Elements to WebContent
This commit is contained in:
parent
61de50c7fd
commit
6dca784fc4
6 changed files with 35 additions and 53 deletions
|
@ -40,6 +40,7 @@ private:
|
|||
virtual Messages::WebDriverClient::MaximizeWindowResponse maximize_window() override;
|
||||
virtual Messages::WebDriverClient::MinimizeWindowResponse minimize_window() override;
|
||||
virtual Messages::WebDriverClient::FindElementResponse find_element(JsonValue const& payload) override;
|
||||
virtual Messages::WebDriverClient::FindElementsResponse find_elements(JsonValue const& payload) override;
|
||||
|
||||
ErrorOr<void, Web::WebDriver::Error> ensure_open_top_level_browsing_context();
|
||||
void restore_the_window();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue