Table of Contents

Enum RequestStage

Namespace
Selenium.WebDriver.BiDi.Cdp.Fetch
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Stages of the request to handle. Request will intercept before the request is sent. Response will intercept after the response is received (but before response body is received).

[JsonConverter(typeof(JsonStringEnumConverter<RequestStage>))]
public enum RequestStage

Fields

Request = 0
Response = 1