chromeflow 0.1.1 → 0.1.2
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/CLAUDE.md +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -97,5 +97,6 @@ Use the absolute path for `envPath` — it's the Claude Code working directory +
|
|
|
97
97
|
- After any action → `get_page_text()` to check for errors (not `take_screenshot`)
|
|
98
98
|
- `click_element` not found → `scroll_page("down")` then retry
|
|
99
99
|
- Still not found → `take_screenshot()` then `highlight_region(x,y,w,h,msg)`
|
|
100
|
+
- `fill_input` not found → `click_element(hint)` to focus the field, then retry `fill_input`. If still failing, `take_screenshot()` then `highlight_region(x,y,w,h,"Type: [value]")` — do NOT ask the user to type unless all automated attempts have failed
|
|
100
101
|
- Waiting for async result (build, save, deploy) → `wait_for_selector(selector, timeout)`
|
|
101
102
|
- Never use Bash to work around a stuck browser interaction
|
package/dist/index.js
CHANGED
package/package.json
CHANGED