Class GetOuterHTMLCommandSettings
Returns node's HTML markup.
public sealed class GetOuterHTMLCommandSettings : ICommand
- Inheritance
-
GetOuterHTMLCommandSettings
- Implements
- Inherited Members
Properties
BackendNodeId
Identifier of the backend node.
[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }
Property Value
- long?
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
IncludeShadowDOM
Include all shadow roots. Equals to false if not specified.
[JsonPropertyName("includeShadowDOM")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeShadowDOM { get; set; }
Property Value
- bool?
NodeId
Identifier of the node.
[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }
Property Value
- long?
ObjectId
JavaScript object id of the node wrapper.
[JsonPropertyName("objectId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ObjectId { get; set; }