mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:47:45 +00:00
WebContent+WebDriver: Ensure Get Window Handle checks for closed BCs
This commit is contained in:
parent
010be9b7c2
commit
0524bc1d13
4 changed files with 13 additions and 2 deletions
|
@ -55,4 +55,5 @@ endpoint WebDriverClient {
|
|||
take_screenshot() => (Web::WebDriver::Response response)
|
||||
take_element_screenshot(String element_id) => (Web::WebDriver::Response response)
|
||||
print_page() => (Web::WebDriver::Response response)
|
||||
ensure_top_level_browsing_context_is_open() => (Web::WebDriver::Response response)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue