Table of Contents

Class InspectRequestedEventArgs

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

InspectRequested

public sealed class InspectRequestedEventArgs : EventArgs
Inheritance
InspectRequestedEventArgs
Inherited Members

Properties

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