Set Web Range
Description
Use the Silent Input method of Input into Web Element to set a range control without moving or clicking the mouse.
This applies to <input type="range"> elements. The input value must be numeric.
Example
<input min="0" max="100" type="range" value="20">
tip
- Requires Runavelo browser extension version 0.0.10 or later.
- See Capture Web Elements for information about capturing and editing element attributes.
FAQ
See Web Automation FAQ.