mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:07:34 +00:00
LibWebView+WebConent: Add an IPC to get an element's enabled state
This commit is contained in:
parent
9564f04fa6
commit
683c99f299
5 changed files with 31 additions and 0 deletions
|
@ -72,6 +72,7 @@ public:
|
|||
String get_element_text(i32 element_id);
|
||||
String get_element_tag_name(i32 element_id);
|
||||
Gfx::IntRect get_element_rect(i32 element_id);
|
||||
bool is_element_enabled(i32 element_id);
|
||||
|
||||
void set_content_filters(Vector<String>);
|
||||
void set_proxy_mappings(Vector<String> proxies, HashMap<String, size_t> mappings);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue