1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09: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:
Timothy Flynn 2022-11-21 15:23:49 -05:00 committed by Linus Groh
parent c917a59abe
commit d1c6b85dcf
3 changed files with 1 additions and 7 deletions

View file

@ -35,7 +35,6 @@ public:
void set_should_show_line_box_borders(bool b) { m_should_show_line_box_borders = b; }
void set_has_focus(bool);
void set_is_scripting_enabled(bool);
void set_is_webdriver_active(bool);
void set_window_position(Gfx::IntPoint const&);
void set_window_size(Gfx::IntSize const&);