Interface MouseClickArguments.Builder

  • Method Details

    • x

      The X coordinate on screen where the click occurs.

      Parameters:
      x - The X coordinate on screen where the click occurs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • y

      The Y coordinate on screen where the click occurs.

      Parameters:
      y - The Y coordinate on screen where the click occurs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • button

      The mouse button to use. Defaults to LEFT.

      Parameters:
      button - The mouse button to use. Defaults to LEFT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • button

      The mouse button to use. Defaults to LEFT.

      Parameters:
      button - The mouse button to use. Defaults to LEFT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • clickCount

      MouseClickArguments.Builder clickCount(Integer clickCount)

      The number of clicks to perform. Valid range: 1–10. Defaults to 1.

      Parameters:
      clickCount - The number of clicks to perform. Valid range: 1–10. Defaults to 1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.