Table of Contents

Class NavigatedWithinDocumentEventArgs

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

NavigatedWithinDocument

public sealed class NavigatedWithinDocumentEventArgs : EventArgs
Inheritance
NavigatedWithinDocumentEventArgs
Inherited Members

Properties

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
public string FrameId { 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