File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
* Internal cleanup replacing uses of managed promises with native promises
10
10
* Removed the mandatory use of Firefox Dev Edition, when using Marionette driver
11
11
* Fixed timeouts' URL
12
+ * Removed the deprecated ` webdriver.UnhandledAlertError ` , which was just an
13
+ alias for ` error.UnexpectedAlertOpenError `
14
+
12
15
13
16
## v2.53.2
14
17
Original file line number Diff line number Diff line change @@ -2424,8 +2424,6 @@ module.exports = {
2424
2424
Options : Options ,
2425
2425
TargetLocator : TargetLocator ,
2426
2426
Timeouts : Timeouts ,
2427
- /** @deprecated Use {@link error.UnexpectedAlertOpenError} instead. */
2428
- UnhandledAlertError : error . UnexpectedAlertOpenError ,
2429
2427
WebDriver : WebDriver ,
2430
2428
WebElement : WebElement ,
2431
2429
WebElementCondition : WebElementCondition ,
You can’t perform that action at this time.
0 commit comments