mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:47: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
|
@ -41,7 +41,7 @@ endpoint WebDriverClient {
|
|||
get_element_rect(DeprecatedString element_id) => (Web::WebDriver::Response response)
|
||||
is_element_enabled(DeprecatedString element_id) => (Web::WebDriver::Response response)
|
||||
get_computed_role(DeprecatedString element_id) => (Web::WebDriver::Response response)
|
||||
click(DeprecatedString element_id) => (Web::WebDriver::Response response)
|
||||
element_click(DeprecatedString element_id) => (Web::WebDriver::Response response)
|
||||
get_source() => (Web::WebDriver::Response response)
|
||||
execute_script(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
execute_async_script(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue