Added import for WebDriverWait
This commit is contained in:
parent
3183fda907
commit
f24423fb5e
|
@ -2,6 +2,7 @@ package org.fremo.fredl.test;
|
|||
|
||||
import org.openqa.selenium.By;
|
||||
import org.openqa.selenium.WebDriver;
|
||||
import org.openqa.selenium.WebDriverWait;
|
||||
import org.openqa.selenium.WebElement;
|
||||
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
|
||||
//import org.openqa.selenium.support.ui.ExpectedCondition;
|
||||
|
|
Loading…
Reference in New Issue