Table of Contents

Class SetShowFlexOverlaysCommandSettings

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

Gets or sets the flexNodeHighlightConfigs

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

Property Value

FlexNodeHighlightConfig[]