Table of Contents

Class InspectPanelShowRequestedEventArgs

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

Fired when user asks to show the Inspect panel.

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

Constructors

InspectPanelShowRequestedEventArgs(BackendNodeId)

Fired when user asks to show the Inspect panel.

public InspectPanelShowRequestedEventArgs(BackendNodeId BackendNodeId)

Parameters

BackendNodeId BackendNodeId

Id of the node to show in the panel.

Properties

BackendNodeId

Id of the node to show in the panel.

public BackendNodeId BackendNodeId { get; init; }

Property Value

BackendNodeId