Uses of Class
io.github.jspinak.brobot.fluent.ActionSequenceBuilder
Packages that use ActionSequenceBuilder
Package
Description
Fluent API for building Brobot DSL automation sequences programmatically.
-
Uses of ActionSequenceBuilder in io.github.jspinak.brobot.fluent
Methods in io.github.jspinak.brobot.fluent that return ActionSequenceBuilderModifier and TypeMethodDescriptionActionSequenceBuilder.addCustomAction(ActionConfig options, ObjectCollection objects) Adds a custom action with full control over options and objects.static ActionSequenceBuilderBrobot.buildSequence()Starts building a new action sequence.ActionSequenceBuilder.declareTaskSequence(String variableName) Creates a variable declaration statement for the task sequence.ActionSequenceBuilder.find(StateImage target) Adds a find action to the sequence.ActionSequenceBuilder.thenClick()Adds a click action on the last found object.ActionSequenceBuilder.thenDragTo(StateImage target) Adds a drag action from the last found object to a target.ActionSequenceBuilder.thenHighlight(StateImage target, double seconds) Adds a highlight action to visually mark regions on screen.ActionSequenceBuilder.thenScroll(ScrollOptions.Direction direction, int times) Adds a scroll action.ActionSequenceBuilder.thenType(StateString stateString) Adds a type action with a StateString.ActionSequenceBuilder.thenWaitVanish(StateImage target) Adds a vanish action to wait for an object to disappear.ActionSequenceBuilder.withDescription(String description) Sets the description for the automation function.Sets the name for the automation function.