Table of Contents

Class CreateResult

Namespace
OpenQA.Selenium.BiDi.Modules.BrowsingContext
Assembly
WebDriver.dll
public record CreateResult : IEquatable<CreateResult>
Inheritance
CreateResult
Implements
Inherited Members

Constructors

CreateResult(BrowsingContext)

public CreateResult(BrowsingContext Context)

Parameters

Context BrowsingContext

Properties

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext