Table of Contents

Class SetShowContainerQueryOverlaysCommandSettings

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

SetShowContainerQueryOverlays

public sealed class SetShowContainerQueryOverlaysCommandSettings : ICommand
Inheritance
SetShowContainerQueryOverlaysCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ContainerQueryHighlightConfigs

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

[JsonPropertyName("containerQueryHighlightConfigs")]
public ContainerQueryHighlightConfig[] ContainerQueryHighlightConfigs { get; set; }

Property Value

ContainerQueryHighlightConfig[]