Class GetSnapshotCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V131.DOMSnapshot
- Assembly
- WebDriver.dll
GetSnapshot
public sealed class GetSnapshotCommandSettings : ICommand
- Inheritance
-
GetSnapshotCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ComputedStyleWhitelist
Gets or sets the computedStyleWhitelist
[JsonPropertyName("computedStyleWhitelist")]
public string[] ComputedStyleWhitelist { get; set; }
Property Value
- string[]
IncludeEventListeners
Gets or sets the includeEventListeners
[JsonPropertyName("includeEventListeners")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeEventListeners { get; set; }
Property Value
- bool?
IncludePaintOrder
Gets or sets the includePaintOrder
[JsonPropertyName("includePaintOrder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludePaintOrder { get; set; }
Property Value
- bool?
IncludeUserAgentShadowTree
Gets or sets the includeUserAgentShadowTree
[JsonPropertyName("includeUserAgentShadowTree")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeUserAgentShadowTree { get; set; }
Property Value
- bool?