Class DeviceBoundSessionWithUsage
java.lang.Object
org.openqa.selenium.devtools.v146.network.model.DeviceBoundSessionWithUsage
How a device bound session was used during a request.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDeviceBoundSessionWithUsage(DeviceBoundSessionKey sessionKey, DeviceBoundSessionWithUsage.Usage usage) -
Method Summary
Modifier and TypeMethodDescriptionThe key for the session.getUsage()How the session was used (or not used).
-
Constructor Details
-
DeviceBoundSessionWithUsage
public DeviceBoundSessionWithUsage(DeviceBoundSessionKey sessionKey, DeviceBoundSessionWithUsage.Usage usage)
-
-
Method Details
-
getSessionKey
The key for the session. -
getUsage
How the session was used (or not used).
-