1
Fork 0
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:
Timothy Flynn 2023-03-07 11:29:14 -05:00 committed by Linus Groh
parent 010be9b7c2
commit 0524bc1d13
4 changed files with 13 additions and 2 deletions

View file

@ -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)
}