Class DeviceBoundSessionInclusionRules
java.lang.Object
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSessionInclusionRules
A device bound session's inclusion rules.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceBoundSessionInclusionRules(String origin, Boolean includeSite, List<DeviceBoundSessionUrlRule> urlRules) -
Method Summary
Modifier and TypeMethodDescriptionWhether the whole site is included.See comments on `net::device_bound_sessions::SessionInclusionRules::origin_`.See comments on `net::device_bound_sessions::SessionInclusionRules::url_rules_`.
-
Constructor Details
-
DeviceBoundSessionInclusionRules
public DeviceBoundSessionInclusionRules(String origin, Boolean includeSite, List<DeviceBoundSessionUrlRule> urlRules)
-
-
Method Details
-
getOrigin
See comments on `net::device_bound_sessions::SessionInclusionRules::origin_`. -
getIncludeSite
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. -
getUrlRules
See comments on `net::device_bound_sessions::SessionInclusionRules::url_rules_`.
-