Skip to content

Commit

Permalink
Added correct imports to electron
Browse files Browse the repository at this point in the history
Updated the electron driver so that it has the right imports
  • Loading branch information
Squiccups committed Nov 17, 2015
1 parent 1f052c2 commit 9debe17
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

import com.frameworkium.config.DriverType;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.openqa.selenium.remote.RemoteWebDriver;

import java.util.HashMap;
import java.util.Map;

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

Expand Down

0 comments on commit 9debe17

Please sign in to comment.