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