mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-26 19:04:32 +01:00
update nav
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
title: "DOM Representation"
|
||||
parent: "Browser Use"
|
||||
nav_order: 4
|
||||
---
|
||||
|
||||
# Chapter 4: DOM Representation - Mapping the Webpage
|
||||
|
||||
In the [previous chapter](03_browsercontext.md), we learned about the `BrowserContext`, the Agent's private workspace for browsing. We saw that the Agent uses `browser_context.get_state()` to get a snapshot of the current webpage. But how does the Agent actually *understand* the content of that snapshot?
|
||||
|
||||
Reference in New Issue
Block a user