Table of Contents

Class SetShowFlexOverlaysCommandSettings

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

SetShowFlexOverlays

public sealed class SetShowFlexOverlaysCommandSettings : ICommand
Inheritance
SetShowFlexOverlaysCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FlexNodeHighlightConfigs

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

[JsonPropertyName("flexNodeHighlightConfigs")]
public FlexNodeHighlightConfig[] FlexNodeHighlightConfigs { get; set; }

Property Value

FlexNodeHighlightConfig[]