Table of Contents

Class PartitionDescriptor.Context

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

Constructors

Context(BrowsingContext)

public Context(BrowsingContext Descriptor)

Parameters

Descriptor BrowsingContext

Properties

Descriptor

[JsonPropertyName("context")]
public BrowsingContext Descriptor { get; init; }

Property Value

BrowsingContext