mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 07:22:22 +00:00
LibWebView+WebConent: Add an IPC to get an element's enabled state
This commit is contained in:
parent
9564f04fa6
commit
683c99f299
Notes:
sideshowbarker
2024-07-17 04:49:09 +09:00
Author: https://github.com/trflynn89
Commit: 683c99f299
Pull-request: https://github.com/SerenityOS/serenity/pull/15909
Reviewed-by: https://github.com/linusg ✅
5 changed files with 31 additions and 0 deletions
|
@ -49,6 +49,7 @@ endpoint WebContentServer
|
|||
get_element_text(i32 element_id) => (String text)
|
||||
get_element_tag_name(i32 element_id) => (String tag_name)
|
||||
get_element_rect(i32 element_id) => (Gfx::IntRect rect)
|
||||
is_element_enabled(i32 element_id) => (bool enabled)
|
||||
|
||||
webdriver_execute_script(String body, Vector<String> json_arguments, Optional<u64> timeout, bool async) => (Web::WebDriver::ExecuteScriptResultType result_type, String json_result)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue