Table of Contents

Class ScreencastFrameAckCommandSettings

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

Acknowledges that a screencast frame has been received by the frontend.

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

Frame number.

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

Property Value

long