Table of Contents

Class HistoryUpdatedEventArgs

Namespace
OpenQA.Selenium.BiDi.BrowsingContext
Assembly
Selenium.WebDriver.dll
public sealed record HistoryUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<HistoryUpdatedEventArgs>
Inheritance
HistoryUpdatedEventArgs
Implements
Inherited Members

Constructors

HistoryUpdatedEventArgs(IBiDi, BrowsingContext, DateTimeOffset, string, UserContext?)

public HistoryUpdatedEventArgs(IBiDi BiDi, BrowsingContext Context, DateTimeOffset Timestamp, string Url, UserContext? UserContext)

Parameters

BiDi IBiDi
Context BrowsingContext
Timestamp DateTimeOffset
Url string
UserContext UserContext

Properties

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext

Timestamp

public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset

Url

public string Url { get; init; }

Property Value

string

UserContext

public UserContext? UserContext { get; init; }

Property Value

UserContext