Beispiel #1
0
 public static T EvaluateScript <T>(this IFrame Frame, string Script) => (T)Frame.EvaluateScript(Script);