Table of Contents

Class FrameStartedNavigatingEventArgs

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

FrameStartedNavigating

public sealed class FrameStartedNavigatingEventArgs : EventArgs
Inheritance
FrameStartedNavigatingEventArgs
Inherited Members

Properties

FrameId

Gets or sets the frameId

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

Property Value

string

LoaderId

Gets or sets the loaderId

[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }

Property Value

string

NavigationType

Gets or sets the navigationType

[JsonPropertyName("navigationType")]
public string NavigationType { get; set; }

Property Value

string

Url

Gets or sets the url

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

Property Value

string