pi-chrome 0.15.42 → 0.15.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -66,16 +66,11 @@ Second doctor run should show all checks passing.
|
|
|
66
66
|
|
|
67
67
|
## What it can do
|
|
68
68
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
- **Interact** — click, type, fill, key, hover, drag, scroll, tap.
|
|
75
|
-
- **Files** — upload files through `<input type=file>` without native picker.
|
|
76
|
-
- **Observe** — console logs, network requests, response bodies.
|
|
77
|
-
|
|
78
|
-
Input tools return structured verification data. Pass `includeSnapshot: true` on click/type/fill/key calls to get fresh page state in same result.
|
|
69
|
+
- Read and summarize pages you're already signed into.
|
|
70
|
+
- Click, type, fill forms, scroll, drag, tap, and upload files.
|
|
71
|
+
- Capture screenshots for bugs, PRs, and demos.
|
|
72
|
+
- Inspect console logs and captured `fetch`/`XMLHttpRequest` responses.
|
|
73
|
+
- Manage tabs without taking over your active window.
|
|
79
74
|
|
|
80
75
|
Tool parameters and gotchas are documented inline in Pi.
|
|
81
76
|
|
package/package.json
CHANGED