Class ContinueRequestOptions
- Namespace
- OpenQA.Selenium.BiDi.Network
- Assembly
- WebDriver.dll
public sealed class ContinueRequestOptions : CommandOptions
- Inheritance
-
ContinueRequestOptions
- Inherited Members
-
Properties
Body
public BytesValue? Body { get; set; }
Property Value
- BytesValue
Cookies
public IEnumerable<CookieHeader>? Cookies { get; set; }
Property Value
- IEnumerable<CookieHeader>
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