Class FirefoxProfileEnhancer

java.lang.Object
net.thucydides.core.webdriver.firefox.FirefoxProfileEnhancer

public class FirefoxProfileEnhancer
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    FirefoxProfileEnhancer​(EnvironmentVariables environmentVariables)  
  • Method Summary

    Modifier and Type Method Description
    void activateProxy​(org.openqa.selenium.firefox.FirefoxProfile profile, java.lang.String proxyUrl, java.lang.String proxyPort)  
    void addPreferences​(org.openqa.selenium.firefox.FirefoxProfile profile)  
    void allowWindowResizeFor​(org.openqa.selenium.firefox.FirefoxProfile profile)  
    void configureJavaSupport​(org.openqa.selenium.firefox.FirefoxProfile profile)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FirefoxProfileEnhancer

      public FirefoxProfileEnhancer​(EnvironmentVariables environmentVariables)
  • Method Details

    • configureJavaSupport

      public void configureJavaSupport​(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, java.lang.String proxyUrl, java.lang.String proxyPort)
    • addPreferences

      public void addPreferences​(org.openqa.selenium.firefox.FirefoxProfile profile)