Table of Contents

Class InspectPanelShowRequestedEventArgs

Namespace
OpenQA.Selenium.DevTools.V148.Overlay
Assembly
Selenium.WebDriver.dll

Fired when user asks to show the Inspect panel.

public sealed class InspectPanelShowRequestedEventArgs : EventArgs
Inheritance
InspectPanelShowRequestedEventArgs
Inherited Members

Properties

BackendNodeId

Id of the node to show in the panel.

[JsonPropertyName("backendNodeId")]
public long BackendNodeId { get; set; }

Property Value

long