public class DockerRemoteWebDriverFactory extends Object implements org.jboss.arquillian.drone.spi.Configurator<org.openqa.selenium.remote.RemoteWebDriver,org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration>, org.jboss.arquillian.drone.spi.Instantiator<org.openqa.selenium.remote.RemoteWebDriver,org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration>, org.jboss.arquillian.drone.spi.Destructor<org.openqa.selenium.remote.RemoteWebDriver>
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.arquillian.core.api.Instance<org.jboss.arquillian.drone.webdriver.spi.BrowserCapabilitiesRegistry> |
registryInstance |
| Constructor and Description |
|---|
DockerRemoteWebDriverFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration |
createConfiguration(org.jboss.arquillian.config.descriptor.api.ArquillianDescriptor arg0,
org.jboss.arquillian.drone.spi.DronePoint<T> arg1) |
org.openqa.selenium.remote.RemoteWebDriver |
createInstance(org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration webDriverConfiguration) |
void |
destroyInstance(org.openqa.selenium.remote.RemoteWebDriver remoteWebDriver) |
protected String |
getDriverReadableName() |
int |
getPrecedence() |
@Inject protected org.jboss.arquillian.core.api.Instance<org.jboss.arquillian.drone.webdriver.spi.BrowserCapabilitiesRegistry> registryInstance
public void destroyInstance(org.openqa.selenium.remote.RemoteWebDriver remoteWebDriver)
destroyInstance in interface org.jboss.arquillian.drone.spi.Destructor<org.openqa.selenium.remote.RemoteWebDriver>public org.openqa.selenium.remote.RemoteWebDriver createInstance(org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration webDriverConfiguration)
createInstance in interface org.jboss.arquillian.drone.spi.Instantiator<org.openqa.selenium.remote.RemoteWebDriver,org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration>protected String getDriverReadableName()
public int getPrecedence()
getPrecedence in interface org.jboss.arquillian.drone.spi.Sortablepublic org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration createConfiguration(org.jboss.arquillian.config.descriptor.api.ArquillianDescriptor arg0,
org.jboss.arquillian.drone.spi.DronePoint<T> arg1)
createConfiguration in interface org.jboss.arquillian.drone.spi.Configurator<T extends org.openqa.selenium.WebDriver,org.jboss.arquillian.drone.webdriver.configuration.WebDriverConfiguration>Copyright © 2018 JBoss by Red Hat. All rights reserved.