Table of Contents

Class GetCookiesCommandResponse

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

Response for Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.

public sealed class GetCookiesCommandResponse : ICommandResponse<GetCookiesCommandSettings>, ICommandResponse
Inheritance
GetCookiesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Cookies

Array of cookie objects.

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

Property Value

Cookie[]