Table of Contents

Class SubscriptionOptions

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

Properties

Contexts

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

Property Value

IEnumerable<BrowsingContext>

Timeout

public TimeSpan? Timeout { get; set; }

Property Value

TimeSpan?

UserContexts

public IEnumerable<UserContext>? UserContexts { get; set; }

Property Value

IEnumerable<UserContext>