We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0f16b commit 0a22633Copy full SHA for 0a22633
javascript/node/selenium-webdriver/CHANGES.md
@@ -1,5 +1,9 @@
1
## v.next
2
3
+### API Changes
4
+
5
+* Removed `selenium-webdriver/firefox.Options#useGeckoDriver()`
6
7
### Changes for W3C WebDriver Spec Compliance
8
9
* Deprecated `error.ElementNotVisibleError` in favor of the more generic
javascript/node/selenium-webdriver/firefox/index.js
@@ -245,14 +245,6 @@ class Options {
245
return this;
246
}
247
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
-
256
/**
257
* Converts these options to a {@link capabilities.Capabilities} instance.
258
*
0 commit comments