Expand description
ACT handler — execute actions on live pages.
Prefers HTTP execution for actions discovered from HTML forms, JS API endpoints, or known e-commerce platform templates. Falls back to browser-based execution when no HTTP action is available.
Structs§
- ActRequest
- Parameters for an action.
- ActResult
- Result of executing an action.
- Http
Action Spec - An HTTP action that can be executed without a browser.
Enums§
- Execution
Method - How an action was executed.
Functions§
- execute_
action - Legacy entry point — execute action via browser only.
- execute_
action_ smart - Execute an action, preferring HTTP when available.
- execute_
via_ browser - Execute an action on a live page via browser.
- execute_
via_ http - Execute an action via HTTP POST/GET.