Table of Contents

Class SetShowAdHighlightsCommandSettings

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

SetShowAdHighlights

public sealed class SetShowAdHighlightsCommandSettings : ICommand
Inheritance
SetShowAdHighlightsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Show

Gets or sets the show

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

Property Value

bool