mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +00:00
WebDriver+LibWeb: Rename "click" to "element_click"
This matches the name used in the spec, and is unambiguous.
This commit is contained in:
parent
2f3eefe03b
commit
c43db5dae7
7 changed files with 8 additions and 8 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
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;
|
||||
virtual Response element_click(Parameters parameters, JsonValue payload) = 0;
|
||||
|
||||
// 13. Document, https://w3c.github.io/webdriver/#document
|
||||
virtual Response get_source(Parameters parameters, JsonValue payload) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue