Class CreationEventDetails
java.lang.Object
org.openqa.selenium.devtools.v147.network.model.CreationEventDetails
Session event details specific to creation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreationEventDetails(DeviceBoundSessionFetchResult fetchResult, Optional<DeviceBoundSession> newSession, Optional<DeviceBoundSessionFailedRequest> failedRequest) -
Method Summary
Modifier and TypeMethodDescriptionDetails about a failed device bound session network request if there was one.The result of the fetch attempt.The session if there was a newly created session.
-
Constructor Details
-
CreationEventDetails
public CreationEventDetails(DeviceBoundSessionFetchResult fetchResult, Optional<DeviceBoundSession> newSession, Optional<DeviceBoundSessionFailedRequest> failedRequest)
-
-
Method Details
-
getFetchResult
The result of the fetch attempt. -
getNewSession
The session if there was a newly created session. This is populated for all successful creation events. -
getFailedRequest
Details about a failed device bound session network request if there was one.
-