Class BrowserStackDriverFactory
java.lang.Object
org.arquillian.drone.browserstack.extension.webdriver.BrowserStackDriverFactory
- All Implemented Interfaces:
org.jboss.arquillian.drone.spi.Configurator<BrowserStackDriver,,WebDriverConfiguration> org.jboss.arquillian.drone.spi.Destructor<BrowserStackDriver>,org.jboss.arquillian.drone.spi.Instantiator<BrowserStackDriver,,WebDriverConfiguration> org.jboss.arquillian.drone.spi.Sortable
public class BrowserStackDriverFactory
extends Object
implements org.jboss.arquillian.drone.spi.Configurator<BrowserStackDriver,WebDriverConfiguration>, org.jboss.arquillian.drone.spi.Instantiator<BrowserStackDriver,WebDriverConfiguration>, org.jboss.arquillian.drone.spi.Destructor<BrowserStackDriver>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateConfiguration(org.jboss.arquillian.config.descriptor.api.ArquillianDescriptor arquillianDescriptor, org.jboss.arquillian.drone.spi.DronePoint<BrowserStackDriver> dronePoint) createInstance(WebDriverConfiguration configuration) voiddestroyInstance(BrowserStackDriver browserStackDriver) int
-
Constructor Details
-
BrowserStackDriverFactory
public BrowserStackDriverFactory()
-
-
Method Details
-
createConfiguration
public WebDriverConfiguration createConfiguration(org.jboss.arquillian.config.descriptor.api.ArquillianDescriptor arquillianDescriptor, org.jboss.arquillian.drone.spi.DronePoint<BrowserStackDriver> dronePoint) - Specified by:
createConfigurationin interfaceorg.jboss.arquillian.drone.spi.Configurator<BrowserStackDriver,WebDriverConfiguration>
-
destroyInstance
- Specified by:
destroyInstancein interfaceorg.jboss.arquillian.drone.spi.Destructor<BrowserStackDriver>
-
createInstance
- Specified by:
createInstancein interfaceorg.jboss.arquillian.drone.spi.Instantiator<BrowserStackDriver,WebDriverConfiguration>
-
getPrecedence
public int getPrecedence()- Specified by:
getPrecedencein interfaceorg.jboss.arquillian.drone.spi.Sortable
-