Table of Contents

Class ContextPartitionDescriptor

Namespace
OpenQA.Selenium.BiDi.Modules.Storage
Assembly
WebDriver.dll
public record ContextPartitionDescriptor : PartitionDescriptor, IEquatable<PartitionDescriptor>, IEquatable<ContextPartitionDescriptor>
Inheritance
ContextPartitionDescriptor
Implements
Inherited Members

Constructors

ContextPartitionDescriptor(BrowsingContext)

public ContextPartitionDescriptor(BrowsingContext Context)

Parameters

Context BrowsingContext

Properties

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext