Table of Contents

Class SetCookieCommandResponse

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

Response for SetCookie

public sealed class SetCookieCommandResponse : ICommandResponse<SetCookieCommandSettings>, ICommandResponse
Inheritance
SetCookieCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Success

Gets or sets the success

[JsonPropertyName("success")]
public bool Success { get; set; }

Property Value

bool