taskOptions.agent = 'yutori'.
Overview
Yutori Browser Use provides:- Browser-use automation with native browser actions
- State-of-the-art performance — outperforms GPT 5.4 and Opus 4.6 (+3%) on Navi-bench and WestWorld, while being 2.5x faster and 4-5x cheaper
- Multi-step task handling for navigation, extraction, and workflow completion
- Structured output support through
output_schemawhen you need machine-readable results
Supported Models
| Model | Model ID | Best For |
|---|---|---|
| Yutori n1 | n1-latest | State-of-the-art browser-use automation (default) |
Code Example
Supported Browser-Use Actions
Yutori in Anchor Browser supports these core browser-use actions:left_click,double_click,triple_click,right_clickscroll,scroll_attype,key_presshover,draggoto_url,go_back,refreshwait
Best Practices
- Set
max_stepsintentionally based on task complexity to control runtime - Use
output_schemafor reliable, structured extraction workflows - Write specific prompts with clear success criteria for better automation quality

