Class BeginFrameCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V130.HeadlessExperimental
- Assembly
- WebDriver.dll
Response for BeginFrame
public sealed class BeginFrameCommandResponse : ICommandResponse<BeginFrameCommandSettings>, ICommandResponse
- Inheritance
-
BeginFrameCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
HasDamage
Gets or sets the hasDamage
[JsonPropertyName("hasDamage")]
public bool HasDamage { get; set; }
Property Value
ScreenshotData
Gets or sets the screenshotData
[JsonPropertyName("screenshotData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ScreenshotData { get; set; }