Table of Contents

Class WindowRealmCreatedEventArgs

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

Constructors

WindowRealmCreatedEventArgs(IBiDi, Realm, string, BrowsingContext, UserContext?, string?)

public WindowRealmCreatedEventArgs(IBiDi BiDi, Realm Realm, string Origin, BrowsingContext Context, UserContext? UserContext, string? Sandbox)

Parameters

BiDi IBiDi
Realm Realm
Origin string
Context BrowsingContext
UserContext UserContext
Sandbox string

Properties

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext

Sandbox

public string? Sandbox { get; init; }

Property Value

string

UserContext

public UserContext? UserContext { get; init; }

Property Value

UserContext