Table of Contents

Class StartScreenRecordingResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record StartScreenRecordingResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<StartScreenRecordingResult>
Inheritance
EmptyResult
StartScreenRecordingResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

StartScreenRecordingResult(StreamHandle)

public StartScreenRecordingResult(StreamHandle Stream)

Parameters

Stream StreamHandle

A handle of the stream that holds resulting screencast data.

Properties

Stream

A handle of the stream that holds resulting screencast data.

public StreamHandle Stream { get; init; }

Property Value

StreamHandle