mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
Browser+WebContent+WebDriver: Move Execute Async Script to WebContent
With this, WebDriverEndpoints is unused and removed :^)
This commit is contained in:
parent
0b9803dc93
commit
31469ee45a
17 changed files with 35 additions and 161 deletions
|
@ -8,7 +8,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "History.h"
|
||||
#include "WebDriverEndpoints.h"
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/URL.h>
|
||||
#include <LibGUI/ActionGroup.h>
|
||||
|
@ -74,7 +73,6 @@ public:
|
|||
Function<OrderedHashMap<String, String>()> on_get_session_storage_entries;
|
||||
Function<Gfx::ShareableBitmap()> on_take_screenshot;
|
||||
|
||||
WebDriverEndpoints& webdriver_endpoints() { return m_webdriver_endpoints; }
|
||||
void enable_webdriver_mode();
|
||||
|
||||
enum class InspectorTarget {
|
||||
|
@ -143,8 +141,6 @@ private:
|
|||
|
||||
Optional<URL> m_navigating_url;
|
||||
|
||||
WebDriverEndpoints m_webdriver_endpoints {};
|
||||
|
||||
bool m_loaded { false };
|
||||
bool m_is_history_navigation { false };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue