Arquillian Drone Extension Support for WebDriver 1.0.0.Final

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

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

public interface FirefoxDriverConfiguration
extends CommonWebDriverConfiguration

Configuration for Firefox Driver

Author:
Method Summary
 String getFirefoxBinary()
           
 String getFirefoxProfile()
           
 void setFirefoxBinary(String firefoxBinary)
           
 void setFirefoxProfile(String firefoxProfile)
           
 
Methods inherited from interface org.jboss.arquillian.drone.webdriver.configuration.CommonWebDriverConfiguration
getImplementationClass, setImplementationClass
 

Method Detail

getFirefoxProfile

String getFirefoxProfile()
Returns:
the firefoxProfile

setFirefoxProfile

void setFirefoxProfile(String firefoxProfile)
Parameters:
firefoxProfile - the firefoxProfile to set

getFirefoxBinary

String getFirefoxBinary()
Returns:
the firefoxBinary

setFirefoxBinary

void setFirefoxBinary(String firefoxBinary)
Parameters:
firefoxBinary - the firefoxBinary to set

Arquillian Drone Extension Support for WebDriver 1.0.0.Final

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