Table of Contents

Class DeviceBoundSessionUrlRule

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

A device bound session's inclusion URL rule.

public sealed record DeviceBoundSessionUrlRule : IEquatable<DeviceBoundSessionUrlRule>
Inheritance
DeviceBoundSessionUrlRule
Implements
Inherited Members

Constructors

DeviceBoundSessionUrlRule(string, string, string)

A device bound session's inclusion URL rule.

public DeviceBoundSessionUrlRule(string RuleType, string HostPattern, string PathPrefix)

Parameters

RuleType string

See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type.

HostPattern string

See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::host_pattern.

PathPrefix string

See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::path_prefix.

Properties

HostPattern

See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::host_pattern.

public string HostPattern { get; init; }

Property Value

string

PathPrefix

See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::path_prefix.

public string PathPrefix { get; init; }

Property Value

string

RuleType

See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type.

public string RuleType { get; init; }

Property Value

string