mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
WebDriver+Browser: Implement GET /session/{id}/window/rect
This commit is contained in:
parent
7561308af1
commit
dac91c5790
8 changed files with 49 additions and 1 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
ErrorOr<JsonValue, WebDriverError> get_window_handle();
|
||||
ErrorOr<void, Variant<WebDriverError, Error>> close_window();
|
||||
ErrorOr<JsonValue, WebDriverError> get_window_handles() const;
|
||||
ErrorOr<JsonValue, WebDriverError> get_window_rect();
|
||||
ErrorOr<JsonValue, WebDriverError> find_element(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, WebDriverError> find_elements(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, WebDriverError> find_element_from_element(JsonValue const& payload, StringView parameter_element_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue