Skip to content

browser_axtree

browser_axtree

Browser accessibility tree extraction tool.

Extracts the accessibility tree (AX tree) from the current browser page, providing a structured text representation of the DOM with element IDs, roles, names, and states. Used by top-performing agents on WebArena-family benchmarks.

Classes

BrowserAXTreeTool

Bases: BaseTool

Extract the accessibility tree from the current browser page.