public interface SupportsAutomationNameOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTOMATION_NAME_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getAutomationName()
Get the automation driver to use.
|
default T |
setAutomationName(java.lang.String automationName)
Set the automation driver to use.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String AUTOMATION_NAME_OPTION
default T setAutomationName(java.lang.String automationName)
automationName - One of supported automation names.default java.util.Optional<java.lang.String> getAutomationName()