Skip to content

Commit 85abf9d

Browse files
committed
[js] Remove a deprecated class
1 parent 0342309 commit 85abf9d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
* Internal cleanup replacing uses of managed promises with native promises
1010
* Removed the mandatory use of Firefox Dev Edition, when using Marionette driver
1111
* Fixed timeouts' URL
12+
* Removed the deprecated `webdriver.UnhandledAlertError`, which was just an
13+
alias for `error.UnexpectedAlertOpenError`
14+
1215

1316
## v2.53.2
1417

javascript/node/selenium-webdriver/lib/webdriver.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,8 +2424,6 @@ module.exports = {
24242424
Options: Options,
24252425
TargetLocator: TargetLocator,
24262426
Timeouts: Timeouts,
2427-
/** @deprecated Use {@link error.UnexpectedAlertOpenError} instead. */
2428-
UnhandledAlertError: error.UnexpectedAlertOpenError,
24292427
WebDriver: WebDriver,
24302428
WebElement: WebElement,
24312429
WebElementCondition: WebElementCondition,

0 commit comments

Comments
 (0)