Skip to content

Commit 9debe17

Browse files
committed
Added correct imports to electron
Updated the electron driver so that it has the right imports
1 parent 1f052c2 commit 9debe17

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/java/com/frameworkium/config/drivers/ElectronImpl.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
import com.frameworkium.config.DriverType;
44
import org.openqa.selenium.WebDriver;
5+
import org.openqa.selenium.chrome.ChromeDriver;
6+
import org.openqa.selenium.chrome.ChromeOptions;
57
import org.openqa.selenium.remote.DesiredCapabilities;
6-
import org.openqa.selenium.remote.RemoteWebDriver;
7-
8-
import java.util.HashMap;
9-
import java.util.Map;
108

119
import static com.frameworkium.config.SystemProperty.APP_PATH;
1210

0 commit comments

Comments
 (0)