Table of Contents

Class FrameNavigatedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Fired once navigation of the frame has completed. Frame is now associated with the new loader.

public sealed record FrameNavigatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<FrameNavigatedEventArgs>
Inheritance
EventArgs
FrameNavigatedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

FrameNavigatedEventArgs(Frame, NavigationType)

Fired once navigation of the frame has completed. Frame is now associated with the new loader.

public FrameNavigatedEventArgs(Frame Frame, NavigationType Type)

Parameters

Frame Frame

Frame object.

Type NavigationType

Properties

Frame

Frame object.

public Frame Frame { get; init; }

Property Value

Frame

Type

public NavigationType Type { get; init; }

Property Value

NavigationType