Table of Contents

Class ContextAddDataCollectorOptions

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

Properties

CollectorType

public CollectorType? CollectorType { get; init; }

Property Value

CollectorType?

UserContexts

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

Property Value

IEnumerable<UserContext>