mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
WebContent+WebDriver: Move Find Element From Element to WebContent
This commit is contained in:
parent
6dca784fc4
commit
5a750dc58c
6 changed files with 55 additions and 52 deletions
|
@ -41,6 +41,7 @@ private:
|
|||
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;
|
||||
virtual Messages::WebDriverClient::FindElementFromElementResponse find_element_from_element(JsonValue const& payload, String const& element_id) 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