Table of Contents

Class Collector

Namespace
OpenQA.Selenium.BiDi.Network
Assembly
Selenium.WebDriver.dll
[JsonConverter(typeof(Collector.Converter))]
public sealed record Collector : IIdentifiable, IEquatable<Collector>
Inheritance
Collector
Implements
Inherited Members

Constructors

Collector(IBiDi, string)

public Collector(IBiDi bidi, string id)

Parameters

bidi IBiDi
id string

Properties

BiDi

[JsonIgnore]
public IBiDi BiDi { get; }

Property Value

IBiDi

Id

public string Id { get; }

Property Value

string

Methods

Equals(Collector?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Collector? other)

Parameters

other Collector

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.