Table of Contents

Class GetGridHighlightObjectsForTestCommandResponse

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

Response for For Persistent Grid testing.

public sealed class GetGridHighlightObjectsForTestCommandResponse : ICommandResponse<GetGridHighlightObjectsForTestCommandSettings>, ICommandResponse
Inheritance
GetGridHighlightObjectsForTestCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Highlights

Grid Highlight data for the node ids provided.

[JsonPropertyName("highlights")]
public object Highlights { get; set; }

Property Value

object