Table of Contents

Class ContextTarget

Namespace
OpenQA.Selenium.BiDi.Modules.Script
Assembly
WebDriver.dll
public record ContextTarget : Target, IEquatable<Target>, IEquatable<ContextTarget>
Inheritance
ContextTarget
Implements
Inherited Members

Constructors

ContextTarget(BrowsingContext)

public ContextTarget(BrowsingContext Context)

Parameters

Context BrowsingContext

Properties

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext

Sandbox

public string? Sandbox { get; set; }

Property Value

string