Table of Contents

Enum InterceptionStage

Namespace
OpenQA.Selenium.DevTools.V147.Network
Assembly
Selenium.WebDriver.dll

Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received.

[JsonConverter(typeof(JsonEnumMemberConverter<InterceptionStage>))]
public enum InterceptionStage

Fields

[EnumMember(Value = "HeadersReceived")] HeadersReceived = 1

Enumerated member for the HeadersReceived value.

[EnumMember(Value = "Request")] Request = 0

Enumerated member for the Request value.