Table of Contents

Class AffectedByStartingStylesFlagUpdatedEventArgs

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

AffectedByStartingStylesFlagUpdated

public sealed class AffectedByStartingStylesFlagUpdatedEventArgs : EventArgs
Inheritance
AffectedByStartingStylesFlagUpdatedEventArgs
Inherited Members

Properties

AffectedByStartingStyles

Gets or sets the affectedByStartingStyles

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

Property Value

bool

NodeId

Gets or sets the nodeId

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

Property Value

long