1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00

Browser+WebContent+WebDriver: Move Get Page Source to WebContent

This commit is contained in:
Timothy Flynn 2022-11-10 18:00:01 -05:00 committed by Linus Groh
parent 561f9f36f7
commit 88dcdf681f
16 changed files with 26 additions and 61 deletions

View file

@ -481,11 +481,6 @@ void OutOfProcessWebView::get_source()
client().async_get_source();
}
String OutOfProcessWebView::serialize_source()
{
return client().serialize_source();
}
void OutOfProcessWebView::inspect_dom_tree()
{
client().async_inspect_dom_tree();

View file

@ -37,7 +37,6 @@ public:
void debug_request(String const& request, String const& argument = {});
void get_source();
String serialize_source();
void inspect_dom_tree();
struct DOMNodeProperties {