Class TapOptions


Deprecated.
  • Constructor Details

    • TapOptions

      public TapOptions()
      Deprecated.
  • Method Details

    • tapOptions

      public static TapOptions tapOptions()
      Deprecated.
      It creates an empty instance of TapOptions.
      Returns:
      the empty instance of TapOptions
    • withTapsCount

      public TapOptions withTapsCount(int tapsCount)
      Deprecated.
      Set the count of taps to perform.
      Parameters:
      tapsCount - the taps count to perform. The value should be greater than zero.
      Returns:
      this instance for chaining.
    • build

      public Map<String,Object> build()
      Deprecated.
      Description copied from class: ActionOptions
      Creates a map based on the provided options.
      Overrides:
      build in class AbstractOptionCombinedWithPosition<TapOptions>
      Returns:
      options mapping.