Table of Contents

Class ScreencastFrameAckCommandSettings

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

ScreencastFrameAck

public sealed class ScreencastFrameAckCommandSettings : ICommand
Inheritance
ScreencastFrameAckCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

SessionId

Gets or sets the sessionId

[JsonPropertyName("sessionId")]
public long SessionId { get; set; }

Property Value

long