Table of Contents

Class GetHighlightObjectForTestCommandResponse

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

Response for For testing.

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

Properties

Highlight

Highlight data for the node.

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

Property Value

object