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