Table of Contents

Class SetShowLayoutShiftRegionsCommandSettings

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

Requests that backend shows layout shift regions

public sealed class SetShowLayoutShiftRegionsCommandSettings : ICommand
Inheritance
SetShowLayoutShiftRegionsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Result

True for showing layout shift regions

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

Property Value

bool