Set Web Date
Description
Use the Silent Input method of Input into Web Element to set a date without moving or clicking the mouse.
This applies to <input> elements whose type is date, time, datetime-local, month, or week. The input text must use the format expected by the element.
Example
-
<input type="date"> -
<input type="time"> -
<input type="week">
Determine the Input Format
After selecting a time or date manually, use the following workflow to inspect the required format. The type attribute indicates the input type.
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.