triggerAction

suspend fun triggerAction(args: Extensions.TriggerActionParameter, mode: CommandMode = CommandMode.DEFAULT)

Runs an extension default action. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.


suspend fun triggerAction(id: String, targetId: String)

Runs an extension default action. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.

Parameters

id

Extension id.

targetId

A tab target ID to trigger the default extension action on.