Selenium.WebDriver by Selenium Committers

<PackageReference Include="Selenium.WebDriver" Version="4.0.0-alpha07" />

.NET API 5,524,992 bytes

 EvaluateCommandSettings

public sealed class EvaluateCommandSettings : ICommand
public bool? AllowUnsafeEvalBlockedByCSP { get; set; }

public bool? AwaitPromise { get; set; }

public string CommandName { get; }

public long? ContextId { get; set; }

public bool? DisableBreaks { get; set; }

public string Expression { get; set; }

public bool? GeneratePreview { get; set; }

public bool? IncludeCommandLineAPI { get; set; }

public string ObjectGroup { get; set; }

public bool? ReplMode { get; set; }

public bool? ReturnByValue { get; set; }

public bool? Silent { get; set; }

public bool? ThrowOnSideEffect { get; set; }

public double? Timeout { get; set; }

public bool? UserGesture { get; set; }