Skip to content

Commit bb5c908

Browse files
authored
Update agents browse-the-web: rename Browser Rendering to Browser Run (#29875)
- Rename all 'Browser Rendering' references to 'Browser Run' - Add link to Browser Run docs (/browser-rendering/) in intro - Add link to CDP docs (/browser-rendering/cdp/) on Chrome DevTools Protocol mention
1 parent 9c40f2f commit bb5c908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/agents/api-reference/browse-the-web.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
PackageManagers,
1313
} from "~/components";
1414

15-
Give your agents full access to the Chrome DevTools Protocol (CDP) with browser tools. <InlineBadge preset="beta" />
15+
Give your agents full access to the [Chrome DevTools Protocol (CDP)](/browser-run/cdp/) with [Browser Run](/browser-run/) tools. <InlineBadge preset="beta" />
1616

1717
Instead of a fixed set of browser actions (click, screenshot, navigate), the LLM writes JavaScript code that runs CDP commands against a live browser session — accessing all domains, commands, events, and types in the protocol.
1818

0 commit comments

Comments
 (0)