Table of Contents

Class FrameRequestedNavigationEventArgs

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

FrameRequestedNavigation

public sealed class FrameRequestedNavigationEventArgs : EventArgs
Inheritance
FrameRequestedNavigationEventArgs
Inherited Members

Properties

Disposition

Gets or sets the disposition

[JsonPropertyName("disposition")]
public ClientNavigationDisposition Disposition { get; set; }

Property Value

ClientNavigationDisposition

FrameId

Gets or sets the frameId

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

Property Value

string

Reason

Gets or sets the reason

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

Property Value

ClientNavigationReason

Url

Gets or sets the url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string