mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibWebView+WebConent: Add an IPC to get an element's selected state
This commit is contained in:
parent
d907fb304e
commit
4067138702
Notes:
sideshowbarker
2024-07-17 04:48:37 +09:00
Author: https://github.com/trflynn89
Commit: 4067138702
Pull-request: https://github.com/SerenityOS/serenity/pull/15914
Reviewed-by: https://github.com/linusg ✅
5 changed files with 31 additions and 0 deletions
|
@ -65,6 +65,7 @@ public:
|
|||
|
||||
Optional<i32> get_document_element();
|
||||
Optional<Vector<i32>> query_selector_all(i32 start_node_id, String const& selector);
|
||||
bool is_element_selected(i32 element_id);
|
||||
Optional<String> get_element_attribute(i32 element_id, String const& name);
|
||||
Optional<String> get_element_property(i32 element_id, String const& name);
|
||||
String get_active_documents_type();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue