Table of Contents

Class SetShowHitTestBordersCommandSettings

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

Deprecated, no longer has any effect.

public sealed class SetShowHitTestBordersCommandSettings : ICommand
Inheritance
SetShowHitTestBordersCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Show

True for showing hit-test borders

[JsonPropertyName("show")]
public bool Show { get; set; }

Property Value

bool