public interface SupportsWdaEventloopIdleDelayOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WDA_EVENTLOOP_IDLE_DELAY_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.time.Duration> |
getWdaEventloopIdleDelay()
Get the event loop idle delay.
|
default T |
setWdaEventloopIdleDelay(java.time.Duration duration)
Delays the invocation of -[XCUIApplicationProcess setEventLoopHasIdled:] by the
duration specified with this capability.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String WDA_EVENTLOOP_IDLE_DELAY_OPTION
default T setWdaEventloopIdleDelay(java.time.Duration duration)
duration - Idle duration.default java.util.Optional<java.time.Duration> getWdaEventloopIdleDelay()