org.plovr.webdriver
Class TestRunner
java.lang.Object
org.plovr.webdriver.TestRunner
public class TestRunner
- extends Object
Constructor Summary |
TestRunner(URL url,
List<org.openqa.selenium.WebDriver> drivers,
int timeout)
|
Method Summary |
boolean |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestRunner
public TestRunner(URL url,
List<org.openqa.selenium.WebDriver> drivers,
int timeout)
- Parameters:
url
- drivers
- timeout
- in milliseconds
run
public boolean run()