mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
Browser+WebContent+WebDriver: Move Get Page Source to WebContent
This commit is contained in:
parent
561f9f36f7
commit
88dcdf681f
16 changed files with 26 additions and 61 deletions
|
@ -35,7 +35,6 @@ endpoint WebContentServer
|
|||
|
||||
debug_request(String request, String argument) =|
|
||||
get_source() =|
|
||||
serialize_source() => (String source)
|
||||
inspect_dom_tree() =|
|
||||
inspect_dom_node(i32 node_id, Optional<Web::CSS::Selector::PseudoElement> pseudo_element) => (bool has_style, String specified_style, String computed_style, String custom_properties, String node_box_sizing)
|
||||
get_hovered_node_id() => (i32 node_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue