net.thucydides.core.webdriver.firefox
Class FirefoxProfileEnhancer

Package class diagram package FirefoxProfileEnhancer
java.lang.Object
  extended by net.thucydides.core.webdriver.firefox.FirefoxProfileEnhancer

public class FirefoxProfileEnhancer
extends Object


Constructor Summary
FirefoxProfileEnhancer(EnvironmentVariables environmentVariables)
           
 
Method Summary
 void activateProxy(org.openqa.selenium.firefox.FirefoxProfile profile, String proxyUrl, String proxyPort)
           
 void addFirebugsTo(org.openqa.selenium.firefox.FirefoxProfile profile)
           
 void allowWindowResizeFor(org.openqa.selenium.firefox.FirefoxProfile profile)
           
 void enableNativeEventsFor(org.openqa.selenium.firefox.FirefoxProfile profile)
           
 boolean shouldActivateFirebugs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirefoxProfileEnhancer

public FirefoxProfileEnhancer(EnvironmentVariables environmentVariables)
Method Detail

shouldActivateFirebugs

public boolean shouldActivateFirebugs()

addFirebugsTo

public void addFirebugsTo(org.openqa.selenium.firefox.FirefoxProfile profile)

enableNativeEventsFor

public void enableNativeEventsFor(org.openqa.selenium.firefox.FirefoxProfile profile)

allowWindowResizeFor

public void allowWindowResizeFor(org.openqa.selenium.firefox.FirefoxProfile profile)

activateProxy

public void activateProxy(org.openqa.selenium.firefox.FirefoxProfile profile,
                          String proxyUrl,
                          String proxyPort)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.