mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:57:35 +00:00
WebContent: Set the WebDriver active flag directly on the Page
One less thing for headless-browser to need to implement.
This commit is contained in:
parent
c917a59abe
commit
d1c6b85dcf
3 changed files with 1 additions and 7 deletions
|
@ -79,11 +79,6 @@ void PageHost::set_is_scripting_enabled(bool is_scripting_enabled)
|
|||
page().set_is_scripting_enabled(is_scripting_enabled);
|
||||
}
|
||||
|
||||
void PageHost::set_is_webdriver_active(bool is_webdriver_active)
|
||||
{
|
||||
page().set_is_webdriver_active(is_webdriver_active);
|
||||
}
|
||||
|
||||
void PageHost::set_window_position(Gfx::IntPoint const& position)
|
||||
{
|
||||
page().set_window_position(position);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue