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:
parent
f8b6369c23
commit
a96ba912b3
4 changed files with 15 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue