Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class GetGridHighlightObjectsForTestCommandSettings

Namespace
OpenQA.Selenium.DevTools.V137.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[]