Table of Contents

Class WindowRealmInfo

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

Constructors

WindowRealmInfo(Realm, string, BrowsingContext)

public WindowRealmInfo(Realm Realm, string Origin, BrowsingContext Context)

Parameters

Realm Realm
Origin string
Context BrowsingContext

Properties

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext

Sandbox

public string? Sandbox { get; set; }

Property Value

string