Mtype
Bun

method

WebView.type

text: string
): Promise<void>;

Insert text into the focused element.

Uses WebKit's InsertText editing command (not keystroke simulation), so no keydown events fire — this is the same path as paste. No IME, no smart-quote substitution; the text lands exactly as given. Fires beforeinput/input with isTrusted: true.