Class AutomationConfiguration
java.lang.Object
io.github.jspinak.brobot.runner.project.AutomationConfiguration
Represents the project configuration settings and references to automation functions. Maps to the
configuration object in project-schema.json and includes a reference to automationFunctions from
automation-dsl-schema.json.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAutomationFunctions(List<BusinessTask> automationFunctions) voidsetDelayAfterMouseDown(Double delayAfterMouseDown) voidsetDelayAfterMouseUp(Double delayAfterMouseUp) voidsetDelayBeforeMouseDown(Double delayBeforeMouseDown) voidsetDelayBeforeMouseUp(Double delayBeforeMouseUp) voidsetIllustrationEnabled(Boolean illustrationEnabled) voidsetImageDirectory(String imageDirectory) voidsetLogLevel(String logLevel) voidsetMaxWait(Double maxWait) voidsetMinSimilarity(Double minSimilarity) voidsetMoveMouseDelay(Double moveMouseDelay) voidsetPauseBetweenActions(Double pauseBetweenActions) voidsetTypeDelay(Double typeDelay)
-
Constructor Details
-
AutomationConfiguration
public AutomationConfiguration()
-
-
Method Details
-
getMinSimilarity
-
getMoveMouseDelay
-
getDelayBeforeMouseDown
-
getDelayAfterMouseDown
-
getDelayBeforeMouseUp
-
getDelayAfterMouseUp
-
getTypeDelay
-
getPauseBetweenActions
-
getMaxWait
-
getImageDirectory
-
getLogLevel
-
getIllustrationEnabled
-
getAutomationFunctions
-
setMinSimilarity
-
setMoveMouseDelay
-
setDelayBeforeMouseDown
-
setDelayAfterMouseDown
-
setDelayBeforeMouseUp
-
setDelayAfterMouseUp
-
setTypeDelay
-
setPauseBetweenActions
-
setMaxWait
-
setImageDirectory
-
setLogLevel
-
setIllustrationEnabled
-
setAutomationFunctions
-