Table of Contents

Class InspectedElementWindowRestoredEventArgs

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

Fired when user asks to restore the Inspected Element floating window.

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

Constructors

InspectedElementWindowRestoredEventArgs(BackendNodeId)

Fired when user asks to restore the Inspected Element floating window.

public InspectedElementWindowRestoredEventArgs(BackendNodeId BackendNodeId)

Parameters

BackendNodeId BackendNodeId

Id of the node to restore the floating window for.

Properties

BackendNodeId

Id of the node to restore the floating window for.

public BackendNodeId BackendNodeId { get; init; }

Property Value

BackendNodeId