Class NaturalActionExecutor
java.lang.Object
com.shaft.gui.internal.natural.NaturalActionExecutor
Validates and executes natural-language action plans through normal SHAFT actions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidperform(DriverFactoryHelper helper, String intent, Object... args) Plans, validates, and executes a natural-language action.
-
Method Details
-
perform
Plans, validates, and executes a natural-language action.- Parameters:
helper- active driver helperintent- user intentargs- user-provided action arguments
-