-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ChromeDriver session used to block while handling browsingContext.close command. This was needed to close the browser if the last window was closed. This commit implements a different mechanism to determine if the browser needs to be closed. This allows handling the beforeunload prompt because the browsingContext.close command no longer blocks. Bug: 42323838, 379049702 Change-Id: I6bb4a72837a20861d576457e2a14e7c0efbd33a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080431 Auto-Submit: Vladimir Nechaev <[email protected]> Commit-Queue: Vladimir Nechaev <[email protected]> Reviewed-by: Alex N. Jose <[email protected]> Cr-Commit-Position: refs/heads/main@{#1394766}
- Loading branch information
1 parent
078289a
commit d619531
Showing
23 changed files
with
367 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.