Table of Contents

Class ProvideResponseOptions

Namespace
OpenQA.Selenium.BiDi.Modules.Network
Assembly
WebDriver.dll
public record ProvideResponseOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<ProvideResponseOptions>
Inheritance
ProvideResponseOptions
Implements
Inherited Members

Properties

Body

public BytesValue? Body { get; set; }

Property Value

BytesValue

Cookies

public IEnumerable<SetCookieHeader>? Cookies { get; set; }

Property Value

IEnumerable<SetCookieHeader>

Headers

public IEnumerable<Header>? Headers { get; set; }

Property Value

IEnumerable<Header>

ReasonPhrase

public string? ReasonPhrase { get; set; }

Property Value

string

StatusCode

public long? StatusCode { get; set; }

Property Value

long?