Skip to content

Commit

Permalink
[java] Removing unused import
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed May 30, 2022
1 parent 65cb657 commit 14651c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions java/src/org/openqa/selenium/chromium/ChromiumDriver.java
Expand Up @@ -17,7 +17,6 @@

package org.openqa.selenium.chromium;

import com.google.common.collect.ImmutableList;
import org.openqa.selenium.BuildInfo;
import org.openqa.selenium.Capabilities;
import org.openqa.selenium.Credentials;
Expand All @@ -44,7 +43,6 @@
import org.openqa.selenium.logging.EventType;
import org.openqa.selenium.logging.HasLogEvents;
import org.openqa.selenium.mobile.NetworkConnection;
import org.openqa.selenium.remote.Browser;
import org.openqa.selenium.remote.CommandExecutor;
import org.openqa.selenium.remote.FileDetector;
import org.openqa.selenium.remote.RemoteTouchScreen;
Expand Down Expand Up @@ -99,10 +97,10 @@ public class ChromiumDriver extends RemoteWebDriver implements
private final HasNetworkConditions networkConditions;
private final HasPermissions permissions;
private final HasLaunchApp launch;
protected HasCasting casting;
protected HasCdp cdp;
private final Optional<Connection> connection;
private final Optional<DevTools> devTools;
protected HasCasting casting;
protected HasCdp cdp;

protected ChromiumDriver(CommandExecutor commandExecutor, Capabilities capabilities, String capabilityKey) {
super(commandExecutor, capabilities);
Expand Down

0 comments on commit 14651c7

Please sign in to comment.