Replies: 1 comment
-
|
Thanks — glad the page understanding feels solid, that part's had a lot of work. The short version of how it works: the agent talks to the page over the Chrome DevTools Protocol (CDP) and builds a combined "visual + semantic DOM" — it pulls the DOM and the accessibility tree, figures out which elements are actually interactive, and labels them so the model can refer to them. It's not classic Selenium-style XPath/CSS locators; it's more an indexed snapshot of interactive nodes derived from the accessibility + DOM layers. Where to start in the code: it's all open source under |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I used the browser. It is very good at analysing the page structure and finding out all UI itmes on the page. Kudos to the team.
I specifically want to explore this part of the browser agent layer.I want to know how exactly is the browser doing that.
Where can I start ?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions