Table of Contents

Class AddDataCollectorOptions

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

Properties

CollectorType

public CollectorType? CollectorType { get; init; }

Property Value

CollectorType?

Contexts

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

Property Value

IEnumerable<BrowsingContext>

UserContexts

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

Property Value

IEnumerable<UserContext>