Skip to content

Commit

Permalink
[js] Export lib/input.Origin from the top level `selenium-webdriver…
Browse files Browse the repository at this point in the history
…` module.

Fixes #5374
  • Loading branch information
jleyba committed Mar 31, 2018
1 parent cad99f8 commit f2e0f00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v.next

### API Changes

* Export `lib/input.Origin` from the top level `selenium-webdriver` module.


## v4.0.0-alpha.1

### Notice
Expand Down
1 change: 1 addition & 0 deletions javascript/node/selenium-webdriver/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ exports.Capability = capabilities.Capability;
exports.Condition = webdriver.Condition;
exports.FileDetector = input.FileDetector;
exports.Key = input.Key;
exports.Origin = input.Origin;
exports.Session = session.Session;
exports.ThenableWebDriver = ThenableWebDriver;
exports.WebDriver = webdriver.WebDriver;
Expand Down

0 comments on commit f2e0f00

Please sign in to comment.