Class NestedFindsOptions
java.lang.Object
io.github.jspinak.brobot.action.ActionConfig
io.github.jspinak.brobot.action.composite.multiple.finds.NestedFindsOptions
Configuration for nested find operations.
This configuration allows defining multiple find steps that are executed in a nested manner, where each step searches within the results of the previous step.
- Since:
- 2.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for constructing NestedFindsOptions with a fluent API.Nested classes/interfaces inherited from class io.github.jspinak.brobot.action.ActionConfig
ActionConfig.Illustrate
-
Method Summary
Methods inherited from class io.github.jspinak.brobot.action.ActionConfig
getAfterActionLog, getBeforeActionLog, getFailureLog, getIllustrate, getPauseAfterEnd, getPauseBeforeBegin, getSubsequentActions, getSuccessCriteria, getSuccessLog
-
Method Details
-
getFindSteps
-