Table of Contents

Class InlineStyleInvalidatedEventArgs

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

Fired when Element's inline style is modified via a CSS property modification.

public sealed class InlineStyleInvalidatedEventArgs : EventArgs
Inheritance
InlineStyleInvalidatedEventArgs
Inherited Members

Properties

NodeIds

Ids of the nodes for which the inline styles have been invalidated.

[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }

Property Value

long[]