public void ExecuteScriptFunction(string functionName, params string[] args) { jsExecutor.ExecuteScriptFunction(functionName, false, args); }