Table of Contents

Class StopScreenRecordingResult

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

Constructors

StopScreenRecordingResult(StreamHandle)

public StopScreenRecordingResult(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