Table of Contents

Class GetGridHighlightObjectsForTestCommandSettings

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

GetGridHighlightObjectsForTest

public sealed class GetGridHighlightObjectsForTestCommandSettings : ICommand
Inheritance
GetGridHighlightObjectsForTestCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

NodeIds

Gets or sets the nodeIds

[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }

Property Value

long[]