Table of Contents

Class Database

Namespace
OpenQA.Selenium.DevTools.V130.Database
Assembly
WebDriver.dll

Database

public sealed class Database
Inheritance
Database
Inherited Members

Properties

Domain

domain

[JsonPropertyName("domain")]
public string Domain { get; set; }

Property Value

string

Id

id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

Name

name

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

Property Value

string

Version

version

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

Property Value

string