1
Fork 0
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:
Timothy Flynn 2022-11-09 15:08:49 -05:00 committed by Linus Groh
parent 61de50c7fd
commit 6dca784fc4
6 changed files with 35 additions and 53 deletions

View file

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