Class DeviceBoundSessionUrlRule
java.lang.Object
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSessionUrlRule
A device bound session's inclusion URL rule.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDeviceBoundSessionUrlRule(DeviceBoundSessionUrlRule.RuleType ruleType, String hostPattern, String pathPrefix) -
Method Summary
Modifier and TypeMethodDescriptionSee comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::host_pattern`.See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::path_prefix`.See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type`.
-
Constructor Details
-
DeviceBoundSessionUrlRule
public DeviceBoundSessionUrlRule(DeviceBoundSessionUrlRule.RuleType ruleType, String hostPattern, String pathPrefix)
-
-
Method Details
-
getRuleType
See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type`. -
getHostPattern
See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::host_pattern`. -
getPathPrefix
See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::path_prefix`.
-