Class SetRequestInterceptionCommandSettings
Sets the requests to intercept that match the provided patterns and optionally resource types. Deprecated, please use Fetch.enable instead.
public sealed class SetRequestInterceptionCommandSettings : ICommand
- Inheritance
-
SetRequestInterceptionCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Patterns
Requests matching any of these patterns will be forwarded and wait for the corresponding continueInterceptedRequest call.
[JsonPropertyName("patterns")]
public RequestPattern[] Patterns { get; set; }