Table of Contents

Enum AttributionReportingSourceRegistrationTimeConfig

Namespace
OpenQA.Selenium.DevTools.V130.Storage
Assembly
WebDriver.dll

AttributionReportingSourceRegistrationTimeConfig

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

Fields

[EnumMember(Value = "exclude")] Exclude = 1

Enumerated member for the exclude value.

[EnumMember(Value = "include")] Include = 0

Enumerated member for the include value.