Table of Contents

Class NavigatedWithinDocumentEventArgs

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

Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.

public sealed class NavigatedWithinDocumentEventArgs : EventArgs
Inheritance
NavigatedWithinDocumentEventArgs
Inherited Members

Properties

FrameId

Id of the frame.

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

Property Value

string

NavigationType

Navigation type

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

Property Value

string

Url

Frame's new url.

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

Property Value

string