Table of Contents

Class NodeHighlightRequestedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Overlay
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Fired when the node should be highlighted. This happens after call to setInspectMode.

public sealed record NodeHighlightRequestedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<NodeHighlightRequestedEventArgs>
Inheritance
EventArgs
NodeHighlightRequestedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

NodeHighlightRequestedEventArgs(NodeId)

Fired when the node should be highlighted. This happens after call to setInspectMode.

public NodeHighlightRequestedEventArgs(NodeId NodeId)

Parameters

NodeId NodeId

Properties

NodeId

public NodeId NodeId { get; init; }

Property Value

NodeId