Table of Contents

Class ContinueRequestOptions

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

Properties

Body

public BytesValue? Body { get; init; }

Property Value

BytesValue

Cookies

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

Property Value

IEnumerable<CookieHeader>

Headers

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

Property Value

IEnumerable<Header>

Method

public string? Method { get; init; }

Property Value

string

Url

public string? Url { get; init; }

Property Value

string