Skip to content

Commit 0a22633

Browse files
committed
[js] Remove the deprecated (and no-op) firefox.Options#useGeckoDriver()
1 parent 8f0f16b commit 0a22633

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

javascript/node/selenium-webdriver/CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## v.next
22

3+
### API Changes
4+
5+
* Removed `selenium-webdriver/firefox.Options#useGeckoDriver()`
6+
37
### Changes for W3C WebDriver Spec Compliance
48

59
* Deprecated `error.ElementNotVisibleError` in favor of the more generic

javascript/node/selenium-webdriver/firefox/index.js

-8
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,6 @@ class Options {
245245
return this;
246246
}
247247

248-
/**
249-
* @deprecated This method has been deprecated and will be removed in the next
250-
* release. It is a no-op.
251-
*/
252-
useGeckoDriver(enable) {
253-
return this;
254-
}
255-
256248
/**
257249
* Converts these options to a {@link capabilities.Capabilities} instance.
258250
*

0 commit comments

Comments
 (0)