public class DriverCapabilities extends Object
Modifier and Type | Field and Description |
---|---|
static DriverCapabilitiesProvider |
DEFAULT_CAPABILITIES |
Constructor and Description |
---|
DriverCapabilities(EnvironmentVariables environmentVariables,
CapabilityEnhancer enhancer) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.MutableCapabilities |
forDriver(String driverName,
String options) |
org.openqa.selenium.MutableCapabilities |
realBrowserCapabilities(SupportedWebDriver driverType,
String options) |
public static final DriverCapabilitiesProvider DEFAULT_CAPABILITIES
public DriverCapabilities(EnvironmentVariables environmentVariables, CapabilityEnhancer enhancer)
public org.openqa.selenium.MutableCapabilities forDriver(String driverName, String options)
public org.openqa.selenium.MutableCapabilities realBrowserCapabilities(SupportedWebDriver driverType, String options)
Copyright © 2023. All rights reserved.