|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.plovr.webdriver.ReflectionWebDriverFactory
public final class ReflectionWebDriverFactory
Constructor Summary | |
---|---|
ReflectionWebDriverFactory(java.lang.String webDriverClassName)
|
Method Summary | |
---|---|
org.openqa.selenium.WebDriver |
newInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReflectionWebDriverFactory(java.lang.String webDriverClassName)
webDriverClassName
- a fully-qualified class name of a class that
implements WebDriver
, such as
"org.openqa.selenium.firefox.FirefoxDriver" or
"org.openqa.selenium.htmlunit.HtmlUnitDriver"Method Detail |
---|
public org.openqa.selenium.WebDriver newInstance()
newInstance
in interface WebDriverFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |