mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
WebContent+Friends: Add get_element_text IPC and plumbing
This commit is contained in:
parent
67236d9573
commit
5ffff09e05
7 changed files with 27 additions and 0 deletions
|
@ -64,6 +64,7 @@ public:
|
|||
Optional<String> get_element_property(i32 element_id, String const& name);
|
||||
String get_active_documents_type();
|
||||
String get_computed_value_for_element(i32 element_id, String const& property_name);
|
||||
String get_element_text(i32 element_id);
|
||||
String get_element_tag_name(i32 element_id);
|
||||
|
||||
void set_content_filters(Vector<String>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue