Uses of Class
org.openqa.selenium.firefox.FirefoxProfile
Packages that use FirefoxProfile
-
Uses of FirefoxProfile in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox that return FirefoxProfileModifier and TypeMethodDescriptionstatic FirefoxProfileFirefoxOptions.getProfile()@Nullable FirefoxProfileProfilesIni.getProfile(String profileName) FirefoxProfile.setAcceptUntrustedCertificates(boolean acceptUntrustedSsl) Sets whether Firefox should accept SSL certificates which have expired, signed by an unknown authority or are generally untrusted.FirefoxProfile.setAlwaysLoadNoFocusLib(boolean loadNoFocusLib) Sets whether the no focus library should always be loaded on Linux.FirefoxProfile.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.FirefoxProfile.setPreference(String key, Object value) Methods in org.openqa.selenium.firefox with parameters of type FirefoxProfileModifier and TypeMethodDescriptionfinal FirefoxOptionsFirefoxOptions.setProfile(FirefoxProfile profile) Constructors in org.openqa.selenium.firefox with parameters of type FirefoxProfile