Table of Contents

Class FrameAttachedEventArgs

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

FrameAttached

public sealed class FrameAttachedEventArgs : EventArgs
Inheritance
FrameAttachedEventArgs
Inherited Members

Properties

FrameId

Gets or sets the frameId

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

Property Value

string

ParentFrameId

Gets or sets the parentFrameId

[JsonPropertyName("parentFrameId")]
public string ParentFrameId { get; set; }

Property Value

string

Stack

Gets or sets the stack

[JsonPropertyName("stack")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace Stack { get; set; }

Property Value

StackTrace