public interface SupportsSafariIgnoreWebHostnamesOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SAFARI_IGNORE_WEB_HOSTNAMES_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getSafariIgnoreWebHostnames()
Get the comma-separated list of host names to be ignored.
|
default T |
setSafariIgnoreWebHostnames(java.lang.String hostnames)
Provide a list of hostnames (comma-separated) that the Safari automation
tools should ignore.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SAFARI_IGNORE_WEB_HOSTNAMES_OPTION
default T setSafariIgnoreWebHostnames(java.lang.String hostnames)
hostnames - E.g. 'www.yahoo.com, www.bing.com, www.google.com, about:blank'.default java.util.Optional<java.lang.String> getSafariIgnoreWebHostnames()