1
Fork 0
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:
Linus Groh 2022-11-05 00:59:10 +00:00 committed by Tim Flynn
parent b0eb45f7c7
commit 3ed1a14371
3 changed files with 8 additions and 2 deletions

View file

@ -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,