mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:07:45 +00:00
WebContent+WebDriver: Move Find Element From Element to WebContent
This commit is contained in:
parent
6dca784fc4
commit
5a750dc58c
6 changed files with 55 additions and 52 deletions
|
@ -11,4 +11,5 @@ endpoint WebDriverClient {
|
|||
minimize_window() => (Web::WebDriver::Response response)
|
||||
find_element(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
find_elements(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
find_element_from_element(JsonValue payload, String element_id) => (Web::WebDriver::Response response)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue