Table of Contents

Enum RuleSetErrorType

Namespace
OpenQA.Selenium.DevTools.V131.Preload
Assembly
WebDriver.dll

RuleSetErrorType

[JsonConverter(typeof(JsonEnumMemberConverter<RuleSetErrorType>))]
public enum RuleSetErrorType

Fields

[EnumMember(Value = "InvalidRulesSkipped")] InvalidRulesSkipped = 1

Enumerated member for the InvalidRulesSkipped value.

[EnumMember(Value = "SourceIsNotJsonObject")] SourceIsNotJsonObject = 0

Enumerated member for the SourceIsNotJsonObject value.