Table of Contents

Class BrowsingContextsSubscriptionOptions

Namespace
OpenQA.Selenium.BiDi
Assembly
WebDriver.dll
public class BrowsingContextsSubscriptionOptions : SubscriptionOptions
Inheritance
BrowsingContextsSubscriptionOptions
Inherited Members

Constructors

BrowsingContextsSubscriptionOptions(SubscriptionOptions?)

public BrowsingContextsSubscriptionOptions(SubscriptionOptions? options)

Parameters

options SubscriptionOptions

Properties

Contexts

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

Property Value

IEnumerable<BrowsingContext>