Example usage for Java org.openqa.selenium.firefox FirefoxProfile fields, constructors, methods, implement or subclass
The text is from its open source code.
String | PORT_PREFERENCE |
String | ALLOWED_HOSTS_PREFERENCE |
FirefoxProfile() | |
FirefoxProfile(File profileDir) Constructs a firefox profile from an existing profile directory. |
void | addExtension(File extensionToInstall) Attempt to add an extension to install into this instance. |
void | addExtension(Class> loadResourcesUsing, String loadFrom) |
void | addExtension(String key, Extension extension) |
FirefoxProfile | fromJson(String json) |
boolean | getBooleanPreference(String key, boolean defaultValue) |
int | getIntegerPreference(String key, int defaultValue) |
String | getStringPreference(String key, String defaultValue) |
void | setAcceptUntrustedCertificates(boolean acceptUntrustedSsl) Sets whether Firefox should accept SSL certificates which have expired, signed by an unknown authority or are generally untrusted. |
void | setAlwaysLoadNoFocusLib(boolean loadNoFocusLib) Sets whether the no focus library should always be loaded on Linux. |
void | setAssumeUntrustedCertificateIssuer(boolean untrustedIssuer) By default, when accepting untrusted SSL certificates, assume that these certificates will come from an untrusted issuer or will be self signed. |
void | setPreference(String key, Object value) |