mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
WebDriver: Add computedrole endpoint
This commit is contained in:
parent
3fb4d50982
commit
569b56e2ad
Notes:
sideshowbarker
2024-07-17 01:36:05 +09:00
Author: https://github.com/Epigenetic
Commit: 569b56e2ad
Pull-request: https://github.com/SerenityOS/serenity/pull/17032
Reviewed-by: https://github.com/trflynn89 ✅
7 changed files with 33 additions and 0 deletions
|
@ -74,6 +74,7 @@ public:
|
|||
virtual Response get_element_tag_name(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response get_element_rect(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response is_element_enabled(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response get_computed_role(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response click(Parameters parameters, JsonValue payload) = 0;
|
||||
|
||||
// 13. Document, https://w3c.github.io/webdriver/#document
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue