Class GetOuterHTMLCommandResponse
Response for GetOuterHTML
public sealed class GetOuterHTMLCommandResponse : ICommandResponse<GetOuterHTMLCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetOuterHTMLCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
OuterHTML
Gets or sets the outerHTML
[JsonPropertyName("outerHTML")]
public string OuterHTML { get; set; }