Agent.ai Documentation home page
Search...
⌘K
Ask AI
Support
Platform
Platform
Search...
Navigation
Browser Operator Results
Guides
API Reference
Recipes
Documentation
Community
Using Agent.ai
Welcome
AI Agents Explained
Security & Privacy
Marketplace Credits
Rate Limits
Profile
Settings
Integrations
Agent Team
Agent Runs
Agent Requests
For Builders
Builder Overview
Public Agent Policy
LLM Models
Action Availability
Knowledge Base
Secrets
Serverless Functions
Snippets
Clone an Agent
MCP Server
Lists in For Loops
Output Formatting
Actions
Get User Input
Get User File
Get User List
Get User KBs and Files
Click Go to Continue
Wait for User Confirmation
Get Bluesky Posts
Enrich with Breeze Intelligence
Get Data from Builder's Knowledge Base
Get Data from User's Uploaded Files
Get Instagram Followers
Get Instagram Profile
Get LinkedIn Activity
Get LinkedIn Profile
Get Twitter Users
Get Recent Tweets
Google News Data
Search Bluesky Posts
Search Results
Web Page Content
Web Page Screenshot
YouTube Channel Data
YouTube Search Results
Get HubSpot CRM Object
Add HubSpot CRM Object
Update HubSpot CRM Object
Get HubSpot Owners
Get HubSpot Object Properties
Get Assigned Company
Use GenAI (LLM)
Generate Image
Set Variable
Add to List
Continue or Exit Workflow
If/Else Statement
For Loop
End If/Else/For Statement
Show User Output
Send Message
Create Blog Post
Save To Google Doc
Format Text
Post to Bluesky
Save To File
Convert File
Call Serverless Function
Invoke Web API
Invoke Other Agent
Store Variable to Database
Get Variable from Database
On this page
Overview
Use Cases
Configuration Fields
Browser Operator Session
Output Variable Name
Result Contents
How It Works
Beta Feature
Usage Notes
Browser Operator Results
Overview
Retrieves the results from a previously initiated browser operator session, including any data extracted, screenshots captured, and summaries generated.
Use Cases
Data Collection
: Obtain structured data collected from web sources.
Research Compilation
: Gather the results of automated web research tasks.
Process Verification
: Review screenshots and logs from automated web processes.
Content Aggregation
: Collect and process information from multiple web sources.
Configuration Fields
Browser Operator Session
Description
: The browser operator session details obtained from the ‘Start Browser Operator’ action.
Example
: "" (typically passed directly from the output of the Start Browser Operator action)
Required
: Yes
Output Variable Name
Description
: Assign a variable name to store the comprehensive results from the browser operator session.
Example
: “browser_operator_results” or “research_findings”
Validation
: Only letters, numbers, and underscores (_) are allowed in variable names.
Required
: Yes
Result Contents
The browser operator results typically include:
Results
: A textual summary of the findings or actions taken
GIF
: Animated capture of the entire browser session
Execution Time
: Total duration of the session in milliseconds
Thoughts
: Step-by-step reasoning trail showing how the operator navigated and made decisions, including:
Evaluation of previous goals
Memory (what the operator remembers)
Next goals
Page summaries
Session Details
: IDs, URLs, and other metadata about the session
How It Works
This action:
Checks the status of the specified browser operator session
If completed, collects all results and formats them for use in subsequent workflow steps
If still in progress, can optionally wait for completion or return interim results
Beta Feature
This action is currently in beta. While fully functional, it may undergo changes based on user feedback.
Usage Notes
For complex tasks, the browser operator may take several minutes to complete
Results can be used directly in downstream workflow actions
Screenshots are stored securely and accessible via URLs in the results
Extracted data structure will vary based on the nature of the original prompt
Assistant
Responses are generated using AI and may contain mistakes.