-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[js] Add windowTypes option support for ChromiumDriver (#7897)
* [js] windowTypes option support for ChromiumDriver Adds support for setting windowTypes option for ChromeDriver, which allows getting an extra set of window type handles like webview handles. For more info, see: https://chromedriver.chromium.org/capabilities * [js] Add test for windowTypes option support for ChromiumDriver * [js] Replacing deepEqual(deprecated) with deepStrictEqual Co-authored-by: Sri Harsha <[email protected]> Co-authored-by: Sri Harsha <[email protected]>
- Loading branch information
1 parent
8aafd3f
commit 18c9454
Showing
2 changed files
with
34 additions
and
0 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