mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibWeb+WebContent+WebDriver: Implement Find Element From Shadow Root
This commit is contained in:
parent
4d9fd5d190
commit
6d9bd04233
Notes:
sideshowbarker
2024-07-17 04:27:35 +09:00
Author: https://github.com/trflynn89
Commit: 6d9bd04233
Pull-request: https://github.com/SerenityOS/serenity/pull/16074
7 changed files with 64 additions and 0 deletions
|
@ -23,6 +23,7 @@ endpoint WebDriverClient {
|
|||
find_elements(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
find_element_from_element(JsonValue payload, String element_id) => (Web::WebDriver::Response response)
|
||||
find_elements_from_element(JsonValue payload, String element_id) => (Web::WebDriver::Response response)
|
||||
find_element_from_shadow_root(JsonValue payload, String shadow_id) => (Web::WebDriver::Response response)
|
||||
get_active_element() => (Web::WebDriver::Response response)
|
||||
get_element_shadow_root(String element_id) => (Web::WebDriver::Response response)
|
||||
is_element_selected(String element_id) => (Web::WebDriver::Response response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue