Table of Contents

Class SetInspectModeCommandSettings

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

SetInspectMode

public sealed class SetInspectModeCommandSettings : ICommand
Inheritance
SetInspectModeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

HighlightConfig

Gets or sets the highlightConfig

[JsonPropertyName("highlightConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public HighlightConfig HighlightConfig { get; set; }

Property Value

HighlightConfig

Mode

Gets or sets the mode

[JsonPropertyName("mode")]
public InspectMode Mode { get; set; }

Property Value

InspectMode