Table of Contents

Class Domain

Namespace
Selenium.WebDriver.BiDi.Cdp.Schema
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Description of the protocol domain.

public sealed record Domain : IEquatable<Domain>
Inheritance
Domain
Implements
Inherited Members

Constructors

Domain(string, string)

Description of the protocol domain.

public Domain(string Name, string Version)

Parameters

Name string

Domain name.

Version string

Domain version.

Properties

Name

Domain name.

public string Name { get; init; }

Property Value

string

Version

Domain version.

public string Version { get; init; }

Property Value

string