Method DoCommand
DoCommand(string, params object?[])
Executes the browser command with the specified name and parameters. This is the static version of DoCommand(string, params object?[]).
string? DoCommand(string cmdName, params object?[] args)
Executes the browser command with the specified name and parameters. This is the static version of DoCommand(string, params object?[]).
string? DoCommand(string cmdName, params object?[] args)