executeEditingCommandWithArgument

open fun executeEditingCommandWithArgument(command: String, argument: String)

Request to execute the given @command with @argument for @web_view.

You can use webkit_web_view_can_execute_editing_command() to check whether it's possible to execute the command.

Since

2.10

Parameters

command

the command to execute

argument

the command argument