Table of Contents

Class Domain

Namespace
OpenQA.Selenium.DevTools.V148.Schema
Assembly
Selenium.WebDriver.dll

Description of the protocol domain.

public sealed class Domain
Inheritance
Domain
Inherited Members

Properties

Name

Domain name.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Version

Domain version.

[JsonPropertyName("version")]
public string Version { get; set; }

Property Value

string