public class RemoteDriverFactory extends AbstractWebDriverFactory implements IWebDriverFactory
driver, webDriverConfig
Constructor and Description |
---|
RemoteDriverFactory(DriverConfig cfg) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebDriver |
createWebDriver() |
protected void |
setPageLoadTimeout(long timeout,
BrowserType type) |
cleanUp, getWebDriver, getWebDriverConfig, setImplicitWaitTimeout, setWebDriver, setWebDriverConfig
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cleanUp, getWebDriver, getWebDriverConfig
public RemoteDriverFactory(DriverConfig cfg)
public org.openqa.selenium.WebDriver createWebDriver() throws MalformedURLException, IllegalArgumentException, SecurityException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchMethodException, ClassNotFoundException
createWebDriver
in interface IWebDriverFactory
createWebDriver
in class AbstractWebDriverFactory
MalformedURLException
IllegalArgumentException
SecurityException
InstantiationException
IllegalAccessException
InvocationTargetException
NoSuchMethodException
ClassNotFoundException
protected void setPageLoadTimeout(long timeout, BrowserType type)
Copyright © 2015. All rights reserved.