Table of Contents

Class GetAllCookiesCommandResponse

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

Response for GetAllCookies

public sealed class GetAllCookiesCommandResponse : ICommandResponse<GetAllCookiesCommandSettings>, ICommandResponse
Inheritance
GetAllCookiesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Cookies

Gets or sets the cookies

[JsonPropertyName("cookies")]
public Cookie[] Cookies { get; set; }

Property Value

Cookie[]