Skip to content

Commit

Permalink
[js] Remove a deprecated class
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Jun 9, 2016
1 parent 0342309 commit 85abf9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
* Internal cleanup replacing uses of managed promises with native promises
* Removed the mandatory use of Firefox Dev Edition, when using Marionette driver
* Fixed timeouts' URL
* Removed the deprecated `webdriver.UnhandledAlertError`, which was just an
alias for `error.UnexpectedAlertOpenError`


## v2.53.2

Expand Down
2 changes: 0 additions & 2 deletions javascript/node/selenium-webdriver/lib/webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -2424,8 +2424,6 @@ module.exports = {
Options: Options,
TargetLocator: TargetLocator,
Timeouts: Timeouts,
/** @deprecated Use {@link error.UnexpectedAlertOpenError} instead. */
UnhandledAlertError: error.UnexpectedAlertOpenError,
WebDriver: WebDriver,
WebElement: WebElement,
WebElementCondition: WebElementCondition,
Expand Down

0 comments on commit 85abf9d

Please sign in to comment.