Class AutomatedMouse

java.lang.Object
net.storm.api.interact.AutomatedMouse
All Implemented Interfaces:
Automation

public class AutomatedMouse extends Object implements Automation
Represents a direct mouse automation action for moving and clicking.

This class encapsulates a simple mouse action: moving the cursor to a specific screen coordinate with an optional click. Unlike AutomatedMenu, this does not perform any menu-based interaction - it simply controls the mouse cursor position and click state.

Use cases include:

  • Moving the cursor to a specific screen position
  • Performing clicks at arbitrary coordinates
  • Dismissing dialogs or closing interfaces
  • Custom click sequences not covered by menu actions

See Also:
  • Constructor Details

    • AutomatedMouse

      public AutomatedMouse()