Table of Contents

Class AffectedByStartingStylesFlagUpdatedEventArgs

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

Fired when a node's starting styles changes.

public sealed class AffectedByStartingStylesFlagUpdatedEventArgs : EventArgs
Inheritance
AffectedByStartingStylesFlagUpdatedEventArgs
Inherited Members

Properties

AffectedByStartingStyles

If the node has starting styles.

[JsonPropertyName("affectedByStartingStyles")]
public bool AffectedByStartingStyles { get; set; }

Property Value

bool

NodeId

The id of the node.

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long