Uses of Class
org.openqa.selenium.devtools.v150.network.model.DeviceBoundSessionKey
Packages that use DeviceBoundSessionKey
Package
Description
-
Uses of DeviceBoundSessionKey in org.openqa.selenium.devtools.v150.network
Methods in org.openqa.selenium.devtools.v150.network with parameters of type DeviceBoundSessionKeyModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Network.deleteDeviceBoundSession(DeviceBoundSessionKey key) Deletes a device bound session. -
Uses of DeviceBoundSessionKey in org.openqa.selenium.devtools.v150.network.model
Methods in org.openqa.selenium.devtools.v150.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.v150.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)