Table of Contents

Class SetShowGridOverlaysCommandSettings

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

SetShowGridOverlays

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

Gets or sets the gridNodeHighlightConfigs

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

Property Value

GridNodeHighlightConfig[]