public class DriverCapabilities
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DriverCapabilitiesProvider |
DEFAULT_CAPABILITIES |
Constructor and Description |
---|
DriverCapabilities(net.thucydides.core.util.EnvironmentVariables environmentVariables,
CapabilityEnhancer enhancer) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.remote.DesiredCapabilities |
forDriver(java.lang.String driverName,
java.lang.String options) |
org.openqa.selenium.remote.DesiredCapabilities |
realBrowserCapabilities(SupportedWebDriver driverType,
java.lang.String options) |
public static final DriverCapabilitiesProvider DEFAULT_CAPABILITIES
public DriverCapabilities(net.thucydides.core.util.EnvironmentVariables environmentVariables, CapabilityEnhancer enhancer)
public org.openqa.selenium.remote.DesiredCapabilities forDriver(java.lang.String driverName, java.lang.String options)
public org.openqa.selenium.remote.DesiredCapabilities realBrowserCapabilities(SupportedWebDriver driverType, java.lang.String options)