Skip to content

Commit 4f42309

Browse files
2234839claude
andcommitted
docs: clarify SETUP.md output description to emphasize runtime logs over return value
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 5f3c1fb commit 4f42309

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
````markdown
3838
## 浏览器测试(vite-plugin-pilot)
3939

40-
已安装。`npx pilot run '代码'` 执行 JS(返回结果+日志+快照)、`npx pilot page` 页面状态
40+
已安装。`npx pilot run '代码'` 执行 JS(返回运行时日志+快照)、`npx pilot page` 页面状态
4141
`npx pilot help` 查看pilot所有功能
4242
常用:`__pilot_clickByText("文本")` 点击、`__pilot_typeByPlaceholder("提示文字", "值")` 输入、`__pilot_waitFor("文本")` 等待、`__pilot_findByText("文本")` 查找。snapshot 中 `#N` 是元素索引。
4343
多 tab 时用 `npx pilot status` 查看实例列表,`npx pilot run '代码' instance:前缀` 指定目标实例(支持 ID 前缀模糊匹配)。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-pilot",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"description": "AI Agent 驾驶浏览器的导航工具 — 打通 浏览器运行时 → Dev Server → 源码 → IDE 的完整链路",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)