Class PlaywrightNaturalActionExecutor
java.lang.Object
com.shaft.gui.internal.natural.PlaywrightNaturalActionExecutor
Validates and executes natural-language action plans through Playwright SHAFT actions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidperform(PlaywrightSession session, String intent, Object... args) Plans, validates, and executes a natural-language Playwright action.
-
Method Details
-
perform
Plans, validates, and executes a natural-language Playwright action.- Parameters:
session- active Playwright sessionintent- user intentargs- user-provided action arguments
-