[go: up one dir, main page]

Dom

7 articles about dom.

Accessibility Tree vs DOM: What They Are, How They Differ, and When Each Matters

·13 min read

The DOM stores every HTML element on a page. The accessibility tree distills it into semantic meaning. Here is how they differ and when to use each.

accessibility-treedomweb-developmenta11ybrowser-internalsmacos

Switching from DOM Selectors to Accessibility Tree Cut Our Flake Rate from 30% to 5%

·2 min read

DOM selectors break when websites update. The accessibility tree is stable because it represents what elements do, not how they are built. Real numbers from

accessibility-treebrowser-automationflake-ratedomreliabilityai_agents

The Wrong Tab Problem - Why Browser AI Agents Break and How the OS Accessibility Layer Fixes It

·2 min read

DOM-based browser agents constantly hit the wrong tab and wrong window. Switching to the OS accessibility layer solves the tab confusion problem for good.

browser-agentaccessibility-apidomautomationdesktop-agent

The Browser Is a Trap for Desktop AI Agents

·2 min read

Dynamic DOM, iframes, and shadow DOM make browser automation fragile. Desktop AI agents that rely on browser control hit walls that native accessibility

browser-automationdesktop-agentdomaccessibility-apireliability

How AI Agents Actually See Your Screen - DOM Control vs Screenshots Explained

·11 min read

AI desktop agents use two fundamentally different approaches to interact with your computer. One reads the actual structure, the other just looks at pixels.

technicaldomscreenshotscomputer-useai-agents

Accessibility Tree vs DOM - Which Approach Works Better for Browser Agents?

·2 min read

DOM gives raw HTML structure. The accessibility tree gives semantic meaning with labels and roles. For browser automation, semantics beat structure.

accessibility-treedombrowser-agentautomationweb

DOM Understanding Is More Reliable Than Screenshot Vision for Browser Agents

·2 min read

Vision models guess what's on screen. DOM parsing knows exactly what elements exist, their states, and their relationships. For browser automation

domscreenshotvisionbrowser-agentreliability

Browse by Topic