Java org.openqa.selenium.firefox FirefoxProfile fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium.firefox FirefoxProfile fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium.firefox FirefoxProfile.

The text is from its open source code.

Subclass

org.openqa.selenium.firefox.FirefoxProfile has subclasses.
Click this link to see all its subclasses.

Field

Constructor

FirefoxProfile()
FirefoxProfile(File profileDir)
Constructs a firefox profile from an existing profile directory.

Method

voidaddExtension(File extensionToInstall)
Attempt to add an extension to install into this instance.
voidaddExtension(Class loadResourcesUsing, String loadFrom)
voidaddExtension(String key, Extension extension)
FirefoxProfilefromJson(String json)
booleangetBooleanPreference(String key, boolean defaultValue)
intgetIntegerPreference(String key, int defaultValue)
StringgetStringPreference(String key, String defaultValue)
voidsetAcceptUntrustedCertificates(boolean acceptUntrustedSsl)
Sets whether Firefox should accept SSL certificates which have expired, signed by an unknown authority or are generally untrusted.
voidsetAlwaysLoadNoFocusLib(boolean loadNoFocusLib)
Sets whether the no focus library should always be loaded on Linux.
voidsetAssumeUntrustedCertificateIssuer(boolean untrustedIssuer)
By default, when accepting untrusted SSL certificates, assume that these certificates will come from an untrusted issuer or will be self signed.
voidsetPreference(String key, Object value)