WebContent+Friends: Add get_element_tag_name IPC and plumbing

This commit is contained in:
Tobias Christiansen 2022-10-20 22:39:41 +02:00 committed by Linus Groh
commit be6bbdaa3b
Notes: sideshowbarker 2024-07-17 05:13:54 +09:00
7 changed files with 27 additions and 0 deletions

View file

@ -43,6 +43,7 @@ endpoint WebContentServer
get_element_property(i32 element_id, String name) => (Optional<String> property)
get_active_documents_type() => (String type)
get_computed_value_for_element(i32 element_id, String property_name) => (String computed_value)
get_element_tag_name(i32 element_id) => (String tag_name)
run_javascript(String js_source) =|