Uses of Enum Class
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSessionUrlRule.RuleType
Packages that use DeviceBoundSessionUrlRule.RuleType
-
Uses of DeviceBoundSessionUrlRule.RuleType in org.openqa.selenium.devtools.v145.network.model
Methods in org.openqa.selenium.devtools.v145.network.model that return DeviceBoundSessionUrlRule.RuleTypeModifier and TypeMethodDescriptionDeviceBoundSessionUrlRule.RuleType.fromString(String s) DeviceBoundSessionUrlRule.getRuleType()See comments on `net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type`.Returns the enum constant of this class with the specified name.static DeviceBoundSessionUrlRule.RuleType[]DeviceBoundSessionUrlRule.RuleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v145.network.model with parameters of type DeviceBoundSessionUrlRule.RuleTypeModifierConstructorDescriptionDeviceBoundSessionUrlRule(DeviceBoundSessionUrlRule.RuleType ruleType, String hostPattern, String pathPrefix)