enable

suspend fun enable(args: Page.EnableParameter, mode: CommandMode = CommandMode.DEFAULT)

Enables page domain notifications.


suspend fun enable(enableFileChooserOpenedEvent: Boolean? = null)

Enables page domain notifications.

Parameters

enableFileChooserOpenedEvent

If true, the Page.fileChooserOpened event will be emitted regardless of the state set by Page.setInterceptFileChooserDialog command (default: false).