callCommand
abstract suspend override fun callCommand(method: String, parameter: JsonElement?, mode: CommandMode): JsonElement?
Internal method to call a CDP command.
This should not be called directly, but rather through typed methods (like cdp.network.enable()
).