Arquillian Drone Extension Support for WebDriver 1.0.0.Final

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

All Superinterfaces:
CommonWebDriverConfiguration, WebDriverConfigurationType
All Known Subinterfaces:
WebDriverConfiguration
All Known Implementing Classes:
TypedWebDriverConfiguration

public interface ChromeDriverConfiguration
extends CommonWebDriverConfiguration

Configuration for Chrome Driver

Author:
Method Summary
 String getChromeBinary()
           
 String getChromeDriverBinary()
           
 String getChromeSwitches()
           
 void setChromeBinary(String chromeBinary)
           
 void setChromeDriverBinary(String chromeDriverBinary)
           
 void setChromeSwitches(String chromeSwitches)
           
 
Methods inherited from interface org.jboss.arquillian.drone.webdriver.configuration.CommonWebDriverConfiguration
getImplementationClass, setImplementationClass
 

Method Detail

getChromeBinary

String getChromeBinary()
Returns:
the chromeBinary

setChromeBinary

void setChromeBinary(String chromeBinary)
Parameters:
chromeBinary - the chromeBinary to set

setChromeDriverBinary

void setChromeDriverBinary(String chromeDriverBinary)
Parameters:
chromeDriverBinary - the chromeDriverBinary to set

getChromeDriverBinary

String getChromeDriverBinary()
Returns:
the chromeDriverBinary

setChromeSwitches

void setChromeSwitches(String chromeSwitches)
Parameters:
chromeSwitches - the chromeSwitches to set

getChromeSwitches

String getChromeSwitches()
Returns:
the chromeSwitches

Arquillian Drone Extension Support for WebDriver 1.0.0.Final

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