public interface SupportsWebviewConnectRetriesOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WEBVIEW_CONNECT_RETRIES_OPTION |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.Integer> |
getWebviewConnectRetries()
Get the number of retries to send connection message to remote debugger,
to get a webview.
|
default T |
setWebviewConnectRetries(int retries)
Number of times to send connection message to remote debugger,
to get a webview.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String WEBVIEW_CONNECT_RETRIES_OPTION
default T setWebviewConnectRetries(int retries)
retries
- Max retries count.default java.util.Optional<java.lang.Integer> getWebviewConnectRetries()