Added missing imports
This commit is contained in:
parent
f7bc51edfa
commit
2ad857370f
|
@ -1,12 +1,15 @@
|
||||||
package org.fremo.fredl.test;
|
package org.fremo.fredl.test;
|
||||||
|
|
||||||
import org.openqa.selenium.By;
|
//import org.openqa.selenium.By;
|
||||||
import org.openqa.selenium.WebDriver;
|
import org.openqa.selenium.WebDriver;
|
||||||
import org.openqa.selenium.WebElement;
|
//import org.openqa.selenium.WebElement;
|
||||||
//import org.openqa.selenium.firefox.FirefoxDriver;
|
//import org.openqa.selenium.firefox.FirefoxDriver;
|
||||||
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
|
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
|
||||||
import org.openqa.selenium.support.ui.ExpectedCondition;
|
//import org.openqa.selenium.support.ui.ExpectedCondition;
|
||||||
import org.openqa.selenium.support.ui.WebDriverWait;
|
//import org.openqa.selenium.support.ui.WebDriverWait;
|
||||||
|
import org.testng.annotations.AfterClass;
|
||||||
|
import org.testng.annotations.BeforeClass;
|
||||||
|
import org.testng.annotations.Test;
|
||||||
|
|
||||||
public class BasicTest {
|
public class BasicTest {
|
||||||
private WebDriver driver;
|
private WebDriver driver;
|
||||||
|
|
Loading…
Reference in New Issue