agent: clarify that WAIT waits for DOM presence

This commit is contained in:
Adrià Arrufat
2026-05-04 07:23:06 +02:00
parent bdfe0c8674
commit 8ce0624f0d

View File

@@ -63,7 +63,7 @@ recorded scripts round-trip through the parser.
| `GOTO` | `GOTO <url>` | Navigate. URL is unquoted. |
| `CLICK` | `CLICK '<selector>'` | CSS selector. |
| `TYPE` | `TYPE '<selector>' '<value>'` | Fills an input. `$LP_*` env refs auto-resolve. |
| `WAIT` | `WAIT '<selector>'` | Wait for selector. |
| `WAIT` | `WAIT '<selector>'` | Wait for selector to be present in the DOM. |
| `SCROLL` | `SCROLL [x] [y]` | Default `(0, 0)`. |
| `HOVER` | `HOVER '<selector>'` | |
| `SELECT` | `SELECT '<selector>' '<value>'` | `<select>` option by value. |