rename Chrome to Browser
Testing / test (push) Successful in 20s

This commit is contained in:
2026-04-16 11:55:09 +02:00
parent cd2ebc2982
commit fc4ce8f74d
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ def send_command(command: str, args: dict | None = None, profile: str | None = N
f"Cannot connect to browser{profile_hint}.\n"
"Make sure:\n"
" 1. The browser-cli extension is installed and enabled\n"
" 2. The native host is registered: uv run browser-cli install chrome\n"
" 2. The native host is registered: uv run browser-cli install <browser>\n"
" 3. Your browser is running\n"
" Tip: use BROWSER_CLI_PROFILE=<name> to select a specific profile"
)