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>
Factory which combines Configurator, Instantiator and Destructor for BrowserStackDriver.
  • Constructor Details

    • BrowserStackDriverFactory

      public BrowserStackDriverFactory()
  • Method Details