Table of Contents

Class ViewOrScrollTimeline

Namespace
OpenQA.Selenium.DevTools.V131.Animation
Assembly
WebDriver.dll

ViewOrScrollTimeline

public sealed class ViewOrScrollTimeline
Inheritance
ViewOrScrollTimeline
Inherited Members

Properties

Axis

axis

[JsonPropertyName("axis")]
public ScrollOrientation Axis { get; set; }

Property Value

ScrollOrientation

EndOffset

endOffset

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

Property Value

double?

SourceNodeId

sourceNodeId

[JsonPropertyName("sourceNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SourceNodeId { get; set; }

Property Value

long?

StartOffset

startOffset

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

Property Value

double?

SubjectNodeId

subjectNodeId

[JsonPropertyName("subjectNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SubjectNodeId { get; set; }

Property Value

long?