Interface SupportsSimulatorTracePointerOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.Boolean> doesSimulatorTracePointerd()
      Get whether to highlight pointer moves in the Simulator window.
      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.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatform, getPlatformName, getVersion, is, merge
    • Field Detail

      • SIMULATOR_TRACE_POINTER_OPTION

        static final java.lang.String SIMULATOR_TRACE_POINTER_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • simulatorTracePointer

        default T simulatorTracePointer()
        Enforce highlight of pointer moves in the Simulator window.
        Returns:
        self instance for chaining.
      • setSimulatorTracePointer

        default T setSimulatorTracePointer​(boolean value)
        Whether to highlight pointer moves in the Simulator window. The Simulator UI client must be shut down before the session startup in order for this capability to be applied properly. false by default.
        Parameters:
        value - Whether to highlight pointer moves in the Simulator window.
        Returns:
        self instance for chaining.
      • doesSimulatorTracePointerd

        default java.util.Optional<java.lang.Boolean> doesSimulatorTracePointerd()
        Get whether to highlight pointer moves in the Simulator window.
        Returns:
        True or false.