Table of Contents

Class SetShowInspectedElementAnchorCommandSettings

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

SetShowInspectedElementAnchor

public sealed class SetShowInspectedElementAnchorCommandSettings : ICommand
Inheritance
SetShowInspectedElementAnchorCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

InspectedElementAnchorConfig

Node identifier for which to show an anchor for.

[JsonPropertyName("inspectedElementAnchorConfig")]
public InspectedElementAnchorConfig InspectedElementAnchorConfig { get; set; }

Property Value

InspectedElementAnchorConfig