public class FirefoxProfileEnhancer extends Object
Constructor and Description |
---|
FirefoxProfileEnhancer(EnvironmentVariables environmentVariables) |
Modifier and Type | Method and Description |
---|---|
void |
activateProxy(org.openqa.selenium.firefox.FirefoxProfile profile,
String proxyUrl,
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) |
static Map<String,Object> |
preferencesConfiguredIn(EnvironmentVariables environmentVariables) |
public FirefoxProfileEnhancer(EnvironmentVariables environmentVariables)
public void configureJavaSupport(org.openqa.selenium.firefox.FirefoxProfile profile)
public void allowWindowResizeFor(org.openqa.selenium.firefox.FirefoxProfile profile)
public void activateProxy(org.openqa.selenium.firefox.FirefoxProfile profile, String proxyUrl, String proxyPort)
public void addPreferences(org.openqa.selenium.firefox.FirefoxProfile profile)
public static Map<String,Object> preferencesConfiguredIn(EnvironmentVariables environmentVariables)
Copyright © 2021. All rights reserved.