mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:18:12 +00:00
WebDriver: Add computedrole endpoint
This commit is contained in:
parent
3fb4d50982
commit
569b56e2ad
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