Table of Contents

Class FrameSubtreeWillBeDetachedEventArgs

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

Fired before frame subtree is detached. Emitted before any frame of the subtree is actually detached.

public sealed class FrameSubtreeWillBeDetachedEventArgs : EventArgs
Inheritance
FrameSubtreeWillBeDetachedEventArgs
Inherited Members

Properties

FrameId

Id of the frame that is the root of the subtree that will be detached.

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

Property Value

string