| 程序包 | 说明 |
|---|---|
| org.openqa.selenium.firefox | |
| org.openqa.selenium.firefox.internal |
| 限定符和类型 | 方法和说明 |
|---|---|
static FirefoxProfile |
FirefoxProfile.fromJson(String json) |
| 限定符和类型 | 方法和说明 |
|---|---|
FirefoxOptions |
FirefoxOptions.setProfile(FirefoxProfile profile) |
void |
FirefoxBinary.startProfile(FirefoxProfile profile,
File profileDir,
String... commandLineFlags) |
| 构造器和说明 |
|---|
FirefoxDriver(FirefoxBinary binary,
FirefoxProfile profile) |
FirefoxDriver(FirefoxBinary binary,
FirefoxProfile profile,
Capabilities capabilities) |
FirefoxDriver(FirefoxBinary binary,
FirefoxProfile profile,
Capabilities desiredCapabilities,
Capabilities requiredCapabilities) |
FirefoxDriver(FirefoxProfile profile) |
| 限定符和类型 | 方法和说明 |
|---|---|
FirefoxProfile |
ProfilesIni.getProfile(String profileName) |
| 构造器和说明 |
|---|
NewProfileExtensionConnection(Lock lock,
FirefoxBinary binary,
FirefoxProfile profile,
String host) |