Table of Contents

Class ScopeExtension

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record ScopeExtension : IEquatable<ScopeExtension>
Inheritance
ScopeExtension
Implements
Inherited Members

Constructors

ScopeExtension(string, bool)

public ScopeExtension(string Origin, bool HasOriginWildcard)

Parameters

Origin string

Instead of using tuple, this field always returns the serialized string for easy understanding and comparison.

HasOriginWildcard bool

Properties

HasOriginWildcard

public bool HasOriginWildcard { get; init; }

Property Value

bool

Origin

Instead of using tuple, this field always returns the serialized string for easy understanding and comparison.

public string Origin { get; init; }

Property Value

string