Table of Contents

Class InspectRequestedEventArgs

Namespace
OpenQA.Selenium.DevTools.V132.Runtime
Assembly
WebDriver.dll

InspectRequested

public sealed class InspectRequestedEventArgs : EventArgs
Inheritance
InspectRequestedEventArgs
Inherited Members

Properties

ExecutionContextId

Gets or sets the executionContextId

[JsonPropertyName("executionContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ExecutionContextId { get; set; }

Property Value

long?

Hints

Gets or sets the hints

[JsonPropertyName("hints")]
public object Hints { get; set; }

Property Value

object

Object

Gets or sets the object

[JsonPropertyName("object")]
public RemoteObject Object { get; set; }

Property Value

RemoteObject