Table of Contents

Class InspectRequestedEventArgs

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

Issued when object should be inspected (for example, as a result of inspect() command line API call).

public sealed class InspectRequestedEventArgs : EventArgs
Inheritance
InspectRequestedEventArgs
Inherited Members

Properties

ExecutionContextId

Identifier of the context where the call was made.

[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