Table of Contents

Class ProvideResponseOptions

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

Properties

Body

public BytesValue? Body { get; init; }

Property Value

BytesValue

Cookies

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

Property Value

IEnumerable<SetCookieHeader>

Headers

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

Property Value

IEnumerable<Header>

ReasonPhrase

public string? ReasonPhrase { get; init; }

Property Value

string

StatusCode

public long? StatusCode { get; init; }

Property Value

long?