Package | Description |
---|---|
org.openqa.selenium.firefox | |
org.openqa.selenium.firefox.internal |
Modifier and Type | Method and Description |
---|---|
static FirefoxProfile |
FirefoxProfile.fromJson(String json) |
Modifier and Type | Method and Description |
---|---|
void |
FirefoxBinary.clean(FirefoxProfile profile,
File profileDir) |
protected ExtensionConnection |
FirefoxDriver.connectTo(FirefoxBinary binary,
FirefoxProfile profile,
String host) |
protected static org.openqa.selenium.internal.Lock |
FirefoxDriver.obtainLock(FirefoxProfile profile) |
void |
FirefoxBinary.startProfile(FirefoxProfile profile,
File profileDir,
String... commandLineFlags) |
Constructor and Description |
---|
FirefoxDriver(FirefoxBinary binary,
FirefoxProfile profile) |
FirefoxDriver(FirefoxBinary binary,
FirefoxProfile profile,
org.openqa.selenium.Capabilities capabilities) |
FirefoxDriver(FirefoxBinary binary,
FirefoxProfile profile,
org.openqa.selenium.Capabilities desiredCapabilities,
org.openqa.selenium.Capabilities requiredCapabilities) |
FirefoxDriver(FirefoxProfile profile) |
Modifier and Type | Method and Description |
---|---|
FirefoxProfile |
ProfilesIni.getProfile(String profileName) |
Constructor and Description |
---|
MarionetteConnection(org.openqa.selenium.internal.Lock lock,
FirefoxBinary binary,
FirefoxProfile profile,
String host) |
NewProfileExtensionConnection(org.openqa.selenium.internal.Lock lock,
FirefoxBinary binary,
FirefoxProfile profile,
String host) |
Copyright © 2014. All rights reserved.