File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
java/src/org/openqa/selenium/chromium Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 17
17
18
18
package org .openqa .selenium .chromium ;
19
19
20
- import com .google .common .collect .ImmutableList ;
21
20
import org .openqa .selenium .BuildInfo ;
22
21
import org .openqa .selenium .Capabilities ;
23
22
import org .openqa .selenium .Credentials ;
44
43
import org .openqa .selenium .logging .EventType ;
45
44
import org .openqa .selenium .logging .HasLogEvents ;
46
45
import org .openqa .selenium .mobile .NetworkConnection ;
47
- import org .openqa .selenium .remote .Browser ;
48
46
import org .openqa .selenium .remote .CommandExecutor ;
49
47
import org .openqa .selenium .remote .FileDetector ;
50
48
import org .openqa .selenium .remote .RemoteTouchScreen ;
@@ -99,10 +97,10 @@ public class ChromiumDriver extends RemoteWebDriver implements
99
97
private final HasNetworkConditions networkConditions ;
100
98
private final HasPermissions permissions ;
101
99
private final HasLaunchApp launch ;
102
- protected HasCasting casting ;
103
- protected HasCdp cdp ;
104
100
private final Optional <Connection > connection ;
105
101
private final Optional <DevTools > devTools ;
102
+ protected HasCasting casting ;
103
+ protected HasCdp cdp ;
106
104
107
105
protected ChromiumDriver (CommandExecutor commandExecutor , Capabilities capabilities , String capabilityKey ) {
108
106
super (commandExecutor , capabilities );
You can’t perform that action at this time.
0 commit comments