Table of Contents

Class FrameScheduledNavigationEventArgs

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

FrameScheduledNavigation

public sealed class FrameScheduledNavigationEventArgs : EventArgs
Inheritance
FrameScheduledNavigationEventArgs
Inherited Members

Properties

Delay

Gets or sets the delay

[JsonPropertyName("delay")]
public double Delay { get; set; }

Property Value

double

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