Type the given value into the element, emitting all relevant events, to simulate a user typing with a keyboard.
A CSS selector string, or an instance of HTMLElement, or Element.
The string to type into the :focus element.
await type('#my-div', 'Hello World') Copy
await type('#my-div', 'Hello World')
Type the given value into the element, emitting all relevant events, to simulate a user typing with a keyboard.