Uses of Enum Class
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSessionFetchResult
Packages that use DeviceBoundSessionFetchResult
-
Uses of DeviceBoundSessionFetchResult in org.openqa.selenium.devtools.v145.network.model
Methods in org.openqa.selenium.devtools.v145.network.model that return DeviceBoundSessionFetchResultModifier and TypeMethodDescriptionDeviceBoundSessionFetchResult.fromString(String s) CreationEventDetails.getFetchResult()The result of the fetch attempt.Returns the enum constant of this class with the specified name.static DeviceBoundSessionFetchResult[]DeviceBoundSessionFetchResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v145.network.model that return types with arguments of type DeviceBoundSessionFetchResultModifier and TypeMethodDescriptionRefreshEventDetails.getFetchResult()If there was a fetch attempt, the result of that.Constructors in org.openqa.selenium.devtools.v145.network.model with parameters of type DeviceBoundSessionFetchResultModifierConstructorDescriptionCreationEventDetails(DeviceBoundSessionFetchResult fetchResult, Optional<DeviceBoundSession> newSession) Constructor parameters in org.openqa.selenium.devtools.v145.network.model with type arguments of type DeviceBoundSessionFetchResultModifierConstructorDescriptionRefreshEventDetails(RefreshEventDetails.RefreshResult refreshResult, Optional<DeviceBoundSessionFetchResult> fetchResult, Optional<DeviceBoundSession> newSession, Boolean wasFullyProactiveRefresh)