File tree 1 file changed +4
-3
lines changed
java/client/src/org/openqa/selenium/opera
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
package org .openqa .selenium .opera ;
19
19
20
+ import static org .openqa .selenium .remote .CapabilityType .BROWSER_NAME ;
21
+
20
22
import com .google .auto .service .AutoService ;
23
+
21
24
import org .openqa .selenium .Capabilities ;
22
25
import org .openqa .selenium .ImmutableCapabilities ;
23
26
import org .openqa .selenium .SessionNotCreatedException ;
28
31
29
32
import java .util .Optional ;
30
33
31
- import static org .openqa .selenium .remote .CapabilityType .BROWSER_NAME ;
32
-
33
34
@ AutoService (WebDriverInfo .class )
34
35
public class OperaDriverInfo implements WebDriverInfo {
35
36
@@ -40,7 +41,7 @@ public String getDisplayName() {
40
41
41
42
@ Override
42
43
public Capabilities getCanonicalCapabilities () {
43
- return new ImmutableCapabilities (BROWSER_NAME , BrowserType .OPERA_BLINK );
44
+ return new ImmutableCapabilities (BROWSER_NAME , BrowserType .OPERA );
44
45
}
45
46
46
47
@ Override
You can’t perform that action at this time.
0 commit comments