Table of Contents

Class GetRealtimeDataCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.WebAudio
Assembly
WebDriver.dll

GetRealtimeData

public sealed class GetRealtimeDataCommandSettings : ICommand
Inheritance
GetRealtimeDataCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ContextId

Gets or sets the contextId

[JsonPropertyName("contextId")]
public string ContextId { get; set; }

Property Value

string