Context object.
Css selector.
A text to type into field.
Optional
options: FillOptionsTriggers an event for each character. If you want to keep the existing text, use the helper "type".
await fill(ctx, 'input', 'Hello');
Generated using TypeDoc
Types the value into a form field, replacing the existing text.