Table of Contents

Class DetachedEventArgs

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

Fired when remote debugging connection is about to be terminated. Contains detach reason.

public sealed class DetachedEventArgs : EventArgs
Inheritance
DetachedEventArgs
Inherited Members

Properties

Reason

The reason why connection has been terminated.

[JsonPropertyName("reason")]
public string Reason { get; set; }

Property Value

string