Table of Contents

Class ContinueRequestOptions

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

Properties

Body

public BytesValue? Body { get; set; }

Property Value

BytesValue

Cookies

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

Property Value

IEnumerable<CookieHeader>

Headers

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

Property Value

IEnumerable<Header>

Method

public string? Method { get; set; }

Property Value

string

Url

public string? Url { get; set; }

Property Value

string