Table of Contents

Class AddInterceptOptions

Namespace
OpenQA.Selenium.BiDi.Network
Assembly
WebDriver.dll
public class AddInterceptOptions : CommandOptions
Inheritance
AddInterceptOptions
Derived
Inherited Members

Constructors

AddInterceptOptions()

public AddInterceptOptions()

Properties

Contexts

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

Property Value

IEnumerable<BrowsingContext>

UrlPatterns

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

Property Value

IEnumerable<UrlPattern>