mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
WebContent+WebDriver: Move Find Elements to WebContent
This commit is contained in:
parent
61de50c7fd
commit
6dca784fc4
6 changed files with 35 additions and 53 deletions
|
@ -10,4 +10,5 @@ endpoint WebDriverClient {
|
|||
maximize_window() => (Web::WebDriver::Response response)
|
||||
minimize_window() => (Web::WebDriver::Response response)
|
||||
find_element(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
find_elements(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue