Table of Contents

Class GetSourceOrderHighlightObjectForTestCommandResponse

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

Response for GetSourceOrderHighlightObjectForTest

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

Properties

Highlight

Gets or sets the highlight

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

Property Value

object