Table of Contents

Class AffectedCookie

Namespace
OpenQA.Selenium.DevTools.V132.Audits
Assembly
WebDriver.dll

AffectedCookie

public sealed class AffectedCookie
Inheritance
AffectedCookie
Inherited Members

Properties

Domain

domain

[JsonPropertyName("domain")]
public string Domain { get; set; }

Property Value

string

Name

name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Path

path

[JsonPropertyName("path")]
public string Path { get; set; }

Property Value

string