@continuum-js/test / type
Function: type()
type(
input,text):void
Defined in: index.ts:54
Type text into an input character by character, dispatching a bubbling input event after each one — the shape bindInput listens to.
Parameters
input
HTMLInputElement
text
string
Returns
void