All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Browser Run - New Browser Run endpoint for accessibility trees

17h ago

Source

CloudflareBrowser Run - New Browser Run endpoint for accessibility treescloudflare.com
Snippet from the RSS feed
Browser Run now supports a standalone /accessibilityTree endpoint, giving agent and automation workflows direct access to the browser's accessibility tree for a rendered webpage. An accessibility tree is the browser's structured view of a rendered page: roles, names, states, values, and hierarchy. It is useful for accessibility tooling, but also for AI agents and automation workflows that need page structure without the noise of raw HTML or the cost of screenshots. For AI agents, this means less inference from pixels and less parsing HTML. You can provide the page structure directly, helping agents identify available elements and determine which actions they can take. With the new /accessibilityTree endpoint, you can request the accessibility tree directly when you only need the semantic structure of a page. If you need multiple page formats in a single API call, you can use the /snapshot endpoint, which also returns Markdown, HTML, and screenshots. curl -X POST ' \ -H 'Authorization: Bearer ' \ -H 'Content-Type: application/json' \ -d '{ "url": " }' { " success " : true , " result " : { " accessibilityTree " : { " role " : "RootWebArea" , " name " : "Example Domain" , " children " : [ { " role " : "heading" , " name " : "Example Domain" , " level " : 1 }, { " role " : "link" , " name " : "Learn more" } ] } } } Use interestingOnly to return only semantically meaningful nodes, or root to capture the accessibility tree for a specific subtree. Refer to the /accessibilityTree documentation for usage examples and supported parameters.

You might also wanna read

agentbrowse: A CLI tool that lets AI coding agents interact with websites via accessibility tree navigation

agentbrowse is a tool that bridges the gap between AI coding agents and web browsing. While AI agents excel at using command-line interfaces

Product Hunt·22d ago

Text-Based Web Browsers: Their Continued Relevance for Accessibility Testing and Semantic HTML

The article discusses the relevance of text-based web browsers in modern web development, emphasizing their importance for testing website a

cssence.com·5mo ago

Browser Use: Tool for Making Websites Accessible to AI Agents

Browser Use is a tool that makes websites accessible for AI agents by extracting all interactive elements, allowing agents to focus on their

Product Hunt·4mo ago

Browser Rendering Launches /crawl Endpoint for Automated Website Crawling

Browser Rendering has launched a new /crawl endpoint in open beta that allows developers to crawl entire websites with a single API call. Th

developers.cloudflare.com·3mo ago

Browser Rendering Launches /crawl Endpoint for Automated Website Crawling

Browser Rendering has launched a new /crawl endpoint in open beta that allows developers to crawl entire websites with a single API call. Th

Cloudflare·3mo ago

BrowserAct: Open-source browser automation layer for AI agents to handle real web complexities

BrowserAct is an open-source browser automation tool designed for AI agents, helping them navigate real-world web complexities like login st

Product Hunt·21d ago

Browserbase Launches Director AI for Web Automation Using Natural Language

Browserbase introduces Director, a new AI-powered tool that allows users to automate web tasks using natural language prompts. The tool enab

Product Hunt·8mo ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.