Class ContextValue
- Namespace
- OpenQA.Selenium.BiDi.Modules.BrowsingContext
- Assembly
- WebDriver.dll
public record ContextValue : IEquatable<ContextValue>
- Inheritance
-
ContextValue
- Implements
- Inherited Members
Constructors
ContextValue(BrowsingContext)
public ContextValue(BrowsingContext Context)
Parameters
Context
BrowsingContext
Properties
Context
public BrowsingContext Context { get; init; }