Skip to content

Commit

Permalink
[js] Remove the deprecated (and no-op) firefox.Options#useGeckoDriver()
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Oct 6, 2017
1 parent 8f0f16b commit 0a22633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## v.next

### API Changes

* Removed `selenium-webdriver/firefox.Options#useGeckoDriver()`

### Changes for W3C WebDriver Spec Compliance

* Deprecated `error.ElementNotVisibleError` in favor of the more generic
Expand Down
8 changes: 0 additions & 8 deletions javascript/node/selenium-webdriver/firefox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,6 @@ class Options {
return this;
}

/**
* @deprecated This method has been deprecated and will be removed in the next
* release. It is a no-op.
*/
useGeckoDriver(enable) {
return this;
}

/**
* Converts these options to a {@link capabilities.Capabilities} instance.
*
Expand Down

0 comments on commit 0a22633

Please sign in to comment.