Table of Contents

Class FrameDetachedEventArgs

Namespace
OpenQA.Selenium.DevTools.V146.Page
Assembly
Selenium.WebDriver.dll

Fired when frame has been detached from its parent.

public sealed class FrameDetachedEventArgs : EventArgs
Inheritance
FrameDetachedEventArgs
Inherited Members

Properties

FrameId

Id of the frame that has been detached.

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string

Reason

Gets or sets the reason

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

Property Value

string