Table of Contents

Class SetShowPaintRectsCommandSettings

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

Requests that backend shows paint rectangles

public sealed class SetShowPaintRectsCommandSettings : ICommand
Inheritance
SetShowPaintRectsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Result

True for showing paint rectangles

[JsonPropertyName("result")]
public bool Result { get; set; }

Property Value

bool