Table of Contents

Class StopScreenRecordingCommandResponse

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

Response for Stops screencast video recording.

public sealed class StopScreenRecordingCommandResponse : ICommandResponse<StopScreenRecordingCommandSettings>, ICommandResponse
Inheritance
StopScreenRecordingCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Stream

A handle of the stream that holds resulting screencast data.

[JsonPropertyName("stream")]
public string Stream { get; set; }

Property Value

string