Skip to content

Commit e49386a

Browse files
refactor(ui): clarify browser automation setting
Generated-By: PostHog Code Task-Id: 18a0ed17-2c63-4288-98b3-65563803ac72
1 parent 2217d35 commit e49386a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/BROWSER-USE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<!-- markdownlint-disable MD013 -->
22

3-
# Browser use
3+
# Browser automation
44

55
PostHog Code can give local agent sessions browser automation tools through an isolated Playwright MCP server.
66

77
## Enable it
88

99
1. Install Google Chrome.
1010
2. Open **Settings → Advanced**.
11-
3. Enable **Browser use**.
11+
3. Enable **Browser automation**.
1212
4. Start a new local session.
1313

1414
The setting applies when a session starts. Existing sessions are unchanged.
1515

1616
## Behavior
1717

18-
- Browser use is opt-in and disabled by default.
18+
- Browser automation is opt-in and disabled by default.
1919
- It is available only to local sessions.
2020
- Each session launches an isolated Chrome profile, so it does not inherit cookies or logins from the user's normal browser profile.
2121
- Tool calls and screenshots use the existing MCP tool-call pipeline.

packages/ui/src/features/settings/sections/AdvancedSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function AdvancedSettings() {
9393
</Flex>
9494
</SettingRow>
9595
<SettingRow
96-
label="Browser use"
96+
label="Browser automation"
9797
description="Let local agent sessions launch an isolated Google Chrome window and interact with websites. Experimental; requires Chrome to be installed"
9898
>
9999
<Switch checked={browserUse} onCheckedChange={setBrowserUse} size="1" />

0 commit comments

Comments
 (0)