Class BeginFrameCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V141.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
FrameTimeTicks
Gets or sets the frameTimeTicks
[JsonPropertyName("frameTimeTicks")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? FrameTimeTicks { get; set; }Property Value
Interval
Gets or sets the interval
[JsonPropertyName("interval")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Interval { get; set; }Property Value
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; }