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
commit 88dcdf681f
Notes: sideshowbarker 2024-07-17 04:36:14 +09:00
16 changed files with 26 additions and 61 deletions

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 {