Arquillian Drone Extension Support for WebDriver 1.0.0.Final

org.jboss.arquillian.drone.webdriver.configuration
Interface CommonWebDriverConfiguration

All Superinterfaces:
WebDriverConfigurationType
All Known Subinterfaces:
AndroidDriverConfiguration, ChromeDriverConfiguration, FirefoxDriverConfiguration, HtmlUnitDriverConfiguration, InternetExplorerDriverConfiguration, IPhoneDriverConfiguration, WebDriverConfiguration
All Known Implementing Classes:
TypedWebDriverConfiguration

public interface CommonWebDriverConfiguration
extends WebDriverConfigurationType

Encapsulation of configuration properties shared among all WebDriver types

Author:
Karel Piwko

Method Summary
 String getImplementationClass()
          Gets class which points to the implementation of the driver
 void setImplementationClass(String implementationClass)
          Sets class which points to the implementation of the driver
 

Method Detail

getImplementationClass

String getImplementationClass()
Gets class which points to the implementation of the driver

Returns:
the class

setImplementationClass

void setImplementationClass(String implementationClass)
Sets class which points to the implementation of the driver

Parameters:
implementationClass - the class which implements the driver

Arquillian Drone Extension Support for WebDriver 1.0.0.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.