Uses of Enum Class
org.openqa.selenium.devtools.v145.network.model.RefreshEventDetails.RefreshResult
Packages that use RefreshEventDetails.RefreshResult
-
Uses of RefreshEventDetails.RefreshResult in org.openqa.selenium.devtools.v145.network.model
Methods in org.openqa.selenium.devtools.v145.network.model that return RefreshEventDetails.RefreshResultModifier and TypeMethodDescriptionRefreshEventDetails.RefreshResult.fromString(String s) RefreshEventDetails.getRefreshResult()The result of a refresh.Returns the enum constant of this class with the specified name.static RefreshEventDetails.RefreshResult[]RefreshEventDetails.RefreshResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v145.network.model with parameters of type RefreshEventDetails.RefreshResultModifierConstructorDescriptionRefreshEventDetails(RefreshEventDetails.RefreshResult refreshResult, Optional<DeviceBoundSessionFetchResult> fetchResult, Optional<DeviceBoundSession> newSession, Boolean wasFullyProactiveRefresh)