mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
WebContent+WebDriver: Move the Navigate To command to WebContent
This commit is contained in:
parent
2d5381fd91
commit
31bb79295d
8 changed files with 69 additions and 37 deletions
|
@ -29,6 +29,9 @@ private:
|
|||
|
||||
virtual void die() override { }
|
||||
virtual void set_is_webdriver_active(bool) override;
|
||||
virtual Messages::WebDriverClient::NavigateToResponse navigate_to(JsonValue const& payload) override;
|
||||
|
||||
ErrorOr<void, Web::WebDriver::Error> ensure_open_top_level_browsing_context();
|
||||
|
||||
PageHost& m_page_host;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue