mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
Browser: Refactor WebDriver flag activation into a single function
This commit is contained in:
parent
b0eb45f7c7
commit
3ed1a14371
3 changed files with 8 additions and 2 deletions
|
@ -75,6 +75,7 @@ public:
|
|||
Function<Gfx::ShareableBitmap()> on_take_screenshot;
|
||||
|
||||
WebDriverEndpoints& webdriver_endpoints() { return m_webdriver_endpoints; }
|
||||
void enable_webdriver_mode();
|
||||
|
||||
enum class InspectorTarget {
|
||||
Document,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue