Table of Contents

Class DeviceBoundSessionUrlRule

Namespace
OpenQA.Selenium.DevTools.V148.Network
Assembly
Selenium.WebDriver.dll

A device bound session's inclusion URL rule.

public sealed class DeviceBoundSessionUrlRule
Inheritance
DeviceBoundSessionUrlRule
Inherited Members

Properties

HostPattern

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

[JsonPropertyName("hostPattern")]
public string HostPattern { get; set; }

Property Value

string

PathPrefix

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

[JsonPropertyName("pathPrefix")]
public string PathPrefix { get; set; }

Property Value

string

RuleType

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

[JsonPropertyName("ruleType")]
public DeviceBoundSessionUrlRuleRuleTypeValues RuleType { get; set; }

Property Value

DeviceBoundSessionUrlRuleRuleTypeValues