Table of Contents

Class GetDatabaseTableNamesCommandSettings

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

GetDatabaseTableNames

public sealed class GetDatabaseTableNamesCommandSettings : ICommand
Inheritance
GetDatabaseTableNamesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DatabaseId

Gets or sets the databaseId

[JsonPropertyName("databaseId")]
public string DatabaseId { get; set; }

Property Value

string