Overview of Browser Commands in Nova Act
mainThe act browser CLI provides interactive browser automation. It allows users to execute browser actions using either natural language prompts or specific commands. The command suite is organized into four main functional groups:
- Browsing: Commands for navigation and interaction (e.g.,
ask,click_target,fill_form,goto,type_text). - Extraction: Commands for retrieving data and page state (e.g.,
extract,get_content,screenshot,query). - Session: Subcommands for managing browser sessions (e.g.,
create,list,close,export). - Setup: Diagnostic and configuration commands (e.g.,
doctor,setup).
For complete command usage, flags, and examples, run act browser --help in your terminal.
act browser --help