Table of Contents

Class ContinueInterceptedRequestCommandResponse

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

Response for Response to Network.requestIntercepted which either modifies the request to continue with any modifications, or blocks it, or completes it with the provided response bytes. If a network fetch occurs as a result which encounters a redirect an additional Network.requestIntercepted event will be sent with the same InterceptionId. Deprecated, use Fetch.continueRequest, Fetch.fulfillRequest and Fetch.failRequest instead.

public sealed class ContinueInterceptedRequestCommandResponse : ICommandResponse<ContinueInterceptedRequestCommandSettings>, ICommandResponse
Inheritance
ContinueInterceptedRequestCommandResponse
Implements
Inherited Members
Extension Methods