Table of Contents

Class GetHighlightObjectForTestCommandResponse

Namespace
OpenQA.Selenium.DevTools.V131.Overlay
Assembly
WebDriver.dll

Response for GetHighlightObjectForTest

public sealed class GetHighlightObjectForTestCommandResponse : ICommandResponse<GetHighlightObjectForTestCommandSettings>, ICommandResponse
Inheritance
GetHighlightObjectForTestCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Highlight

Gets or sets the highlight

[JsonPropertyName("highlight")]
public object Highlight { get; set; }

Property Value

object