sendInputEvent

abstract fun sendInputEvent(event: MouseInputEvent): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
abstract fun sendInputEvent(event: MouseWheelInputEvent): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
abstract fun sendInputEvent(event: KeyboardInputEvent): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)

Sends an input event to the page.

See webContents.sendInputEvent for detailed description of event object.