Uses of Enum Class
org.openqa.selenium.devtools.v146.network.model.DeviceBoundSessionWithUsage.Usage
Packages that use DeviceBoundSessionWithUsage.Usage
-
Uses of DeviceBoundSessionWithUsage.Usage in org.openqa.selenium.devtools.v146.network.model
Methods in org.openqa.selenium.devtools.v146.network.model that return DeviceBoundSessionWithUsage.UsageModifier and TypeMethodDescriptionDeviceBoundSessionWithUsage.Usage.fromString(String s) DeviceBoundSessionWithUsage.getUsage()How the session was used (or not used).Returns the enum constant of this class with the specified name.static DeviceBoundSessionWithUsage.Usage[]DeviceBoundSessionWithUsage.Usage.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v146.network.model with parameters of type DeviceBoundSessionWithUsage.UsageModifierConstructorDescriptionDeviceBoundSessionWithUsage(DeviceBoundSessionKey sessionKey, DeviceBoundSessionWithUsage.Usage usage)