Table of Contents

Class GetOuterHTMLCommandResponse

Namespace
OpenQA.Selenium.DevTools.V130.DOM
Assembly
WebDriver.dll

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; }

Property Value

string