Table of Contents

Class TrackComputedStyleUpdatesCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.CSS
Assembly
WebDriver.dll

TrackComputedStyleUpdates

public sealed class TrackComputedStyleUpdatesCommandSettings : ICommand
Inheritance
TrackComputedStyleUpdatesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

PropertiesToTrack

Gets or sets the propertiesToTrack

[JsonPropertyName("propertiesToTrack")]
public CSSComputedStyleProperty[] PropertiesToTrack { get; set; }

Property Value

CSSComputedStyleProperty[]