Table of Contents

Class ScreencastFrameMetadata

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

ScreencastFrameMetadata

public sealed class ScreencastFrameMetadata
Inheritance
ScreencastFrameMetadata
Inherited Members

Properties

DeviceHeight

deviceHeight

[JsonPropertyName("deviceHeight")]
public double DeviceHeight { get; set; }

Property Value

double

DeviceWidth

deviceWidth

[JsonPropertyName("deviceWidth")]
public double DeviceWidth { get; set; }

Property Value

double

OffsetTop

offsetTop

[JsonPropertyName("offsetTop")]
public double OffsetTop { get; set; }

Property Value

double

PageScaleFactor

pageScaleFactor

[JsonPropertyName("pageScaleFactor")]
public double PageScaleFactor { get; set; }

Property Value

double

ScrollOffsetX

scrollOffsetX

[JsonPropertyName("scrollOffsetX")]
public double ScrollOffsetX { get; set; }

Property Value

double

ScrollOffsetY

scrollOffsetY

[JsonPropertyName("scrollOffsetY")]
public double ScrollOffsetY { get; set; }

Property Value

double

Timestamp

timestamp

[JsonPropertyName("timestamp")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Timestamp { get; set; }

Property Value

double?