Table of Contents

Class SetShowContainerQueryOverlaysCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.Overlay
Assembly
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

Gets or sets the containerQueryHighlightConfigs

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

Property Value

ContainerQueryHighlightConfig[]