1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

WebContent+WebDriver: Move Find Element From Element to WebContent

This commit is contained in:
Timothy Flynn 2022-11-09 15:18:28 -05:00 committed by Linus Groh
parent 6dca784fc4
commit 5a750dc58c
6 changed files with 55 additions and 52 deletions

View file

@ -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)
}