Class DeviceBoundSessionUrlRule

java.lang.Object
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSessionUrlRule

@Beta public class DeviceBoundSessionUrlRule extends Object
A device bound session's inclusion URL rule.
  • Constructor Details

  • Method Details

    • getRuleType

      public DeviceBoundSessionUrlRule.RuleType getRuleType()
      See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type`.
    • getHostPattern

      public String getHostPattern()
      See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::host_pattern`.
    • getPathPrefix

      public String getPathPrefix()
      See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::path_prefix`.