Table of Contents

Class AddInterceptOptions

Namespace
OpenQA.Selenium.BiDi.Network
Assembly
Selenium.WebDriver.dll
public record AddInterceptOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<AddInterceptOptions>
Inheritance
AddInterceptOptions
Implements
Inherited Members

Constructors

AddInterceptOptions()

public AddInterceptOptions()

Properties

Contexts

public IEnumerable<BrowsingContext>? Contexts { get; init; }

Property Value

IEnumerable<BrowsingContext>

UrlPatterns

public IEnumerable<UrlPattern>? UrlPatterns { get; init; }

Property Value

IEnumerable<UrlPattern>