Table of Contents

Class BrowsingContextEventArgs

Namespace
OpenQA.Selenium.BiDi
Assembly
WebDriver.dll
public abstract record BrowsingContextEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<BrowsingContextEventArgs>
Inheritance
BrowsingContextEventArgs
Implements
Derived
Inherited Members

Constructors

BrowsingContextEventArgs(BiDi, BrowsingContext)

protected BrowsingContextEventArgs(BiDi BiDi, BrowsingContext Context)

Parameters

BiDi BiDi
Context BrowsingContext

Properties

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext