Class CreationEventDetails
java.lang.Object
org.openqa.selenium.devtools.v145.network.model.CreationEventDetails
Session event details specific to creation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreationEventDetails(DeviceBoundSessionFetchResult fetchResult, Optional<DeviceBoundSession> newSession) -
Method Summary
Modifier and TypeMethodDescriptionThe result of the fetch attempt.The session if there was a newly created session.
-
Constructor Details
-
CreationEventDetails
public CreationEventDetails(DeviceBoundSessionFetchResult fetchResult, Optional<DeviceBoundSession> newSession)
-
-
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.
-