We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5c056 commit c259e57Copy full SHA for c259e57
java/client/src/org/openqa/selenium/chrome/ChromeOptions.java
@@ -170,14 +170,6 @@ public void addEncodedExtensions(List<String> encoded) {
170
extensions.addAll(encoded);
171
}
172
173
- /**
174
- * @deprecated Use {@link #setExperimentalOption(String, Object)}.
175
- */
176
- @Deprecated
177
- public void setExperimentalOptions(String name, Object value) {
178
- setExperimentalOption(name, value);
179
- }
180
-
181
/**
182
* Sets an experimental option. Useful for new ChromeDriver options not yet
183
* exposed through the {@link ChromeOptions} API.
0 commit comments