Table of Contents

Class DeviceBoundSessionInclusionRules

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

A device bound session's inclusion rules.

public sealed class DeviceBoundSessionInclusionRules
Inheritance
DeviceBoundSessionInclusionRules
Inherited Members

Properties

IncludeSite

Whether the whole site is included. See comments on net::device_bound_sessions::SessionInclusionRules::include_site_ for more details; this boolean is true if that value is populated.

[JsonPropertyName("includeSite")]
public bool IncludeSite { get; set; }

Property Value

bool

Origin

See comments on net::device_bound_sessions::SessionInclusionRules::origin_.

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string

UrlRules

See comments on net::device_bound_sessions::SessionInclusionRules::url_rules_.

[JsonPropertyName("urlRules")]
public DeviceBoundSessionUrlRule[] UrlRules { get; set; }

Property Value

DeviceBoundSessionUrlRule[]