We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3c1fb commit 4f42309Copy full SHA for 4f42309
2 files changed
SETUP.md
@@ -37,7 +37,7 @@
37
````markdown
38
## 浏览器测试(vite-plugin-pilot)
39
40
-已安装。`npx pilot run '代码'` 执行 JS(返回结果+日志+快照)、`npx pilot page` 页面状态
+已安装。`npx pilot run '代码'` 执行 JS(返回运行时日志+快照)、`npx pilot page` 页面状态
41
`npx pilot help` 查看pilot所有功能
42
常用:`__pilot_clickByText("文本")` 点击、`__pilot_typeByPlaceholder("提示文字", "值")` 输入、`__pilot_waitFor("文本")` 等待、`__pilot_findByText("文本")` 查找。snapshot 中 `#N` 是元素索引。
43
多 tab 时用 `npx pilot status` 查看实例列表,`npx pilot run '代码' instance:前缀` 指定目标实例(支持 ID 前缀模糊匹配)。
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vite-plugin-pilot",
3
- "version": "1.0.22",
+ "version": "1.0.23",
4
"description": "AI Agent 驾驶浏览器的导航工具 — 打通 浏览器运行时 → Dev Server → 源码 → IDE 的完整链路",
5
"type": "module",
6
"bin": {
0 commit comments