+8
-52
lines changedFilter options
+8
-52
lines changed Original file line number Diff line number Diff line change
@@ -32,7 +32,6 @@
32
32
import org.openqa.selenium.remote.session.EdgeFilter;
33
33
import org.openqa.selenium.remote.session.FirefoxFilter;
34
34
import org.openqa.selenium.remote.session.InternetExplorerFilter;
35
-
import org.openqa.selenium.remote.session.OperaFilter;
36
35
import org.openqa.selenium.remote.session.ProxyTransform;
37
36
import org.openqa.selenium.remote.session.SafariFilter;
38
37
import org.openqa.selenium.remote.session.StripAnyPlatform;
@@ -201,7 +200,6 @@ private static Set<CapabilitiesFilter> getCapabilityFilters() {
201
200
.add(new EdgeFilter())
202
201
.add(new FirefoxFilter())
203
202
.add(new InternetExplorerFilter())
204
-
.add(new OperaFilter())
205
203
.add(new SafariFilter());
206
204
return adapters.build();
207
205
}
Original file line number Diff line number Diff line change
@@ -17,15 +17,6 @@
17
17
18
18
package org.openqa.selenium.remote.server;
19
19
20
-
import static org.openqa.selenium.remote.Browser.CHROME;
21
-
import static org.openqa.selenium.remote.Browser.EDGE;
22
-
import static org.openqa.selenium.remote.Browser.FIREFOX;
23
-
import static org.openqa.selenium.remote.Browser.HTMLUNIT;
24
-
import static org.openqa.selenium.remote.Browser.IE;
25
-
import static org.openqa.selenium.remote.Browser.OPERA;
26
-
import static org.openqa.selenium.remote.Browser.SAFARI;
27
-
import static org.openqa.selenium.remote.CapabilityType.BROWSER_NAME;
28
-
29
20
import com.google.common.annotations.VisibleForTesting;
30
21
import com.google.common.collect.ImmutableList;
31
22
import com.google.common.collect.ImmutableMap;
@@ -50,6 +41,14 @@
50
41
import java.util.regex.Pattern;
51
42
import java.util.stream.StreamSupport;
52
43
44
+
import static org.openqa.selenium.remote.Browser.CHROME;
45
+
import static org.openqa.selenium.remote.Browser.EDGE;
46
+
import static org.openqa.selenium.remote.Browser.FIREFOX;
47
+
import static org.openqa.selenium.remote.Browser.HTMLUNIT;
48
+
import static org.openqa.selenium.remote.Browser.IE;
49
+
import static org.openqa.selenium.remote.Browser.SAFARI;
50
+
import static org.openqa.selenium.remote.CapabilityType.BROWSER_NAME;
51
+
53
52
/**
54
53
* Used to create new {@link ActiveSession} instances as required.
55
54
*/
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4