Class InputDialogAction

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

public class InputDialogAction extends Object implements Automation
Represents an automated text input action for game dialogs.

This automation action submits text to input dialogs that appear in the game, such as bank PIN entry, chat commands, or search fields. The action specifies both the type of input expected and the text to submit.

Common input types include:

  • Numeric input (e.g., quantity dialogs, bank PIN)
  • Text input (e.g., name entry, chat)
  • Search input (e.g., bank search, GE search)

See Also:
  • Constructor Details

    • InputDialogAction

      public InputDialogAction()