Uses of Class
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSession
Packages that use DeviceBoundSession
Package
Description
-
Uses of DeviceBoundSession in org.openqa.selenium.devtools.v145.network
Methods in org.openqa.selenium.devtools.v145.network that return types with arguments of type DeviceBoundSessionModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Event<List<DeviceBoundSession>> Network.deviceBoundSessionsAdded() -
Uses of DeviceBoundSession in org.openqa.selenium.devtools.v145.network.model
Methods in org.openqa.selenium.devtools.v145.network.model that return types with arguments of type DeviceBoundSessionModifier and TypeMethodDescriptionCreationEventDetails.getNewSession()The session if there was a newly created session.RefreshEventDetails.getNewSession()The session display if there was a newly created session.Constructor parameters in org.openqa.selenium.devtools.v145.network.model with type arguments of type DeviceBoundSessionModifierConstructorDescriptionCreationEventDetails(DeviceBoundSessionFetchResult fetchResult, Optional<DeviceBoundSession> newSession)