Uses of Class
org.openqa.selenium.devtools.v146.network.model.DeviceBoundSessionKey
Packages that use DeviceBoundSessionKey
-
Uses of DeviceBoundSessionKey in org.openqa.selenium.devtools.v146.network.model
Methods in org.openqa.selenium.devtools.v146.network.model that return DeviceBoundSessionKeyModifier and TypeMethodDescriptionDeviceBoundSession.getKey()The site and session ID of the session.DeviceBoundSessionWithUsage.getSessionKey()The key for the session.Constructors in org.openqa.selenium.devtools.v146.network.model with parameters of type DeviceBoundSessionKeyModifierConstructorDescriptionDeviceBoundSession(DeviceBoundSessionKey key, String refreshUrl, DeviceBoundSessionInclusionRules inclusionRules, List<DeviceBoundSessionCookieCraving> cookieCravings, TimeSinceEpoch expiryDate, Optional<String> cachedChallenge, List<String> allowedRefreshInitiators) DeviceBoundSessionWithUsage(DeviceBoundSessionKey sessionKey, DeviceBoundSessionWithUsage.Usage usage)