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