mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
WebDriver: Move GET /session/{session id}/window
impl into Session
This commit is contained in:
parent
0064d2e8c8
commit
24ee5a2202
3 changed files with 16 additions and 7 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
ErrorOr<JsonValue, HttpError> forward();
|
||||
ErrorOr<JsonValue, HttpError> refresh();
|
||||
ErrorOr<JsonValue, HttpError> get_title();
|
||||
ErrorOr<JsonValue, HttpError> get_window_handle();
|
||||
ErrorOr<JsonValue, HttpError> find_element(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> find_elements(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> find_element_from_element(JsonValue const& payload, StringView parameter_element_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue