Class GetFrameOwnerCommandResponse
Response for Returns iframe node that owns iframe with the given domain.
public sealed class GetFrameOwnerCommandResponse : ICommandResponse<GetFrameOwnerCommandSettings>, ICommandResponse
- Inheritance
-
GetFrameOwnerCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
BackendNodeId
Resulting node.
[JsonPropertyName("backendNodeId")]
public long BackendNodeId { get; set; }
Property Value
NodeId
Id of the node at given coordinates, only when enabled and requested document.
[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }
Property Value
- long?