Automate browser tasks using natural language instructions with CrewAI
act
command type (default) allows the agent to perform actions on a webpage, such as clicking buttons, filling forms, navigating, and more.
When to use: Use act
when you need to interact with a webpage by performing actions like clicking, typing, scrolling, or navigating.
Example usage:
extract
command type allows the agent to extract structured data from a webpage, such as product information, article text, or table data.
When to use: Use extract
when you need to retrieve specific information from a webpage in a structured format.
Example usage:
observe
command type allows the agent to identify and analyze specific elements on a webpage, returning information about their attributes, location, and suggested actions.
When to use: Use observe
when you need to identify UI elements, understand page structure, or determine what actions are possible.
Example usage:
act
for interactions and navigationextract
for gathering informationobserve
for understanding page structuredom_settle_timeout_ms
parameter to give the page more time to load.observe
first to identify the correct elements.