Use the Python API to control Simular Browser in developer environments
Absolute path to the Simular Browser
Planner Configuration: anthropic_key, planner_model, planner_mode
Execution Configuration: allow_subtasks, max_parallelism, enable_vision, max_steps, timeout
Query sent to the browser
Timeout for the operation
Reset the tab chat history before running the query
Reference to parent browser
Configuration: id, responses, images, info, verbose
open and connect the tab in SimularBrowser
close and disconnect the tab from SimularBrowser
After closing, you can still retain the tab reference to access its storage
query the tab using browser’s api key, returns tab.responses
Query send to the browser tab
Planner Configuration: model, planner_mode
Execution Configuration: allow_subtasks, max_parallelism, enable_vision, max_steps, timeout