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

WebDriver: Activate the browser tab during the Switch To Window command

This commit is contained in:
Timothy Flynn 2023-03-20 19:53:15 -04:00 committed by Linus Groh
parent f8b6369c23
commit a96ba912b3
4 changed files with 15 additions and 2 deletions

View file

@ -17,6 +17,7 @@ endpoint WebDriverClient {
get_title() => (Web::WebDriver::Response response)
get_window_handle() => (String handle)
close_window() => (Web::WebDriver::Response response)
switch_to_window() => (Web::WebDriver::Response response)
new_window(JsonValue payload) => (Web::WebDriver::Response response)
get_window_rect() => (Web::WebDriver::Response response)
set_window_rect(JsonValue payload) => (Web::WebDriver::Response response)