Skip to main content

Module act

Module act 

Source
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.
HttpActionSpec
An HTTP action that can be executed without a browser.

Enums§

ExecutionMethod
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.