public interface SupportsEventTimingsOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TIMINGS_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesEventTimings()
Get whether the app reports the timings for various Appium-internal events.
|
default T |
eventTimings()
Set the app to report the timings for various Appium-internal events.
|
default T |
setEventTimings(boolean bool)
Set whether the app reports the timings for various Appium-internal events.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String EVENT_TIMINGS_OPTION
default T eventTimings()
default T setEventTimings(boolean bool)
bool - is whether the app enables event timings.default java.util.Optional<java.lang.Boolean> doesEventTimings()