set
Set a native range input value by label
Set the value of a native <input type="range"> by label.
Syntax
When I set "<label>" to "<value>" [by …]Qualifiers
| Qualifier | Role | Example |
|---|---|---|
to | Numeric (or string) value to set | set "Volume" to "75" |
by … | Optional find hint | set "volume" by id to "75" |
Examples
When I set "Volume" to "75"Notes
- Native range inputs only in v1. Custom slider widgets are not supported yet.
- Non-range elements fail with a clear error.
- Uses action resolve auto-wait (~30s).
- Web only for v1.