Table of Contents

Class SetShowIsolatedElementsCommandSettings

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

SetShowIsolatedElements

public sealed class SetShowIsolatedElementsCommandSettings : ICommand
Inheritance
SetShowIsolatedElementsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IsolatedElementHighlightConfigs

Gets or sets the isolatedElementHighlightConfigs

[JsonPropertyName("isolatedElementHighlightConfigs")]
public IsolatedElementHighlightConfig[] IsolatedElementHighlightConfigs { get; set; }

Property Value

IsolatedElementHighlightConfig[]