public interface SupportsSimulatorTracePointerOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SIMULATOR_TRACE_POINTER_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesSimulatorTracePointer()
Get whether to highlight pointer moves in the Simulator window.
|
default java.util.Optional<java.lang.Boolean> |
doesSimulatorTracePointerd()
Deprecated.
use
doesSimulatorTracePointer() instead |
default T |
setSimulatorTracePointer(boolean value)
Whether to highlight pointer moves in the Simulator window.
|
default T |
simulatorTracePointer()
Enforce highlight of pointer moves in the Simulator window.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SIMULATOR_TRACE_POINTER_OPTION
default T simulatorTracePointer()
default T setSimulatorTracePointer(boolean value)
value - Whether to highlight pointer moves in the Simulator window.default java.util.Optional<java.lang.Boolean> doesSimulatorTracePointer()
@Deprecated default java.util.Optional<java.lang.Boolean> doesSimulatorTracePointerd()
doesSimulatorTracePointer() instead