Table of Contents

Class StartScreenRecordingCommandResponse

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

Response for Starts screencast video recording.

public sealed class StartScreenRecordingCommandResponse : ICommandResponse<StartScreenRecordingCommandSettings>, ICommandResponse
Inheritance
StartScreenRecordingCommandResponse
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