Table of Contents

Class GetSourceOrderHighlightObjectForTestCommandResponse

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

Response for For Source Order Viewer testing.

public sealed class GetSourceOrderHighlightObjectForTestCommandResponse : ICommandResponse<GetSourceOrderHighlightObjectForTestCommandSettings>, ICommandResponse
Inheritance
GetSourceOrderHighlightObjectForTestCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Highlight

Source order highlight data for the node id provided.

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

Property Value

object