Table of Contents

Class BeginFrameCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.HeadlessExperimental
Assembly
WebDriver.dll

BeginFrame

public sealed class BeginFrameCommandSettings : ICommand
Inheritance
BeginFrameCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FrameTimeTicks

Gets or sets the frameTimeTicks

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

Property Value

double?

Interval

Gets or sets the interval

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

Property Value

double?

NoDisplayUpdates

Gets or sets the noDisplayUpdates

[JsonPropertyName("noDisplayUpdates")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? NoDisplayUpdates { get; set; }

Property Value

bool?

Screenshot

Gets or sets the screenshot

[JsonPropertyName("screenshot")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ScreenshotParams Screenshot { get; set; }

Property Value

ScreenshotParams