Table of Contents

Class SetShowGridOverlaysCommandSettings

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

Highlight multiple elements with the CSS Grid overlay.

public sealed class SetShowGridOverlaysCommandSettings : ICommand
Inheritance
SetShowGridOverlaysCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

GridNodeHighlightConfigs

An array of node identifiers and descriptors for the highlight appearance.

[JsonPropertyName("gridNodeHighlightConfigs")]
public GridNodeHighlightConfig[] GridNodeHighlightConfigs { get; set; }

Property Value

GridNodeHighlightConfig[]