forceShowPopover
suspend fun forceShowPopover(args: DOM.ForceShowPopoverParameter, mode: CommandMode = CommandMode.DEFAULT): DOM.ForceShowPopoverReturn
When enabling, this API force-opens the popover identified by nodeId and keeps it open until disabled.
When enabling, this API force-opens the popover identified by nodeId and keeps it open until disabled.
Parameters
nodeId
Id of the popover HTMLElement
enable
If true, opens the popover and keeps it open. If false, closes the popover if it was previously force-opened.