coLaunchBrowserAction

abstract suspend fun <T> coLaunchBrowserAction(browserAction: BrowserAction<T>): BrowserActionResult<T>

Launch a browser action.

Note: The source client must be isAvailable to launch an action.