Class ExecutionContextDestroyed
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.runtime.model.ExecutionContextDestroyed
-
public class ExecutionContextDestroyed extends java.lang.ObjectIssued when execution context is destroyed.
-
-
Constructor Summary
Constructors Constructor Description ExecutionContextDestroyed(ExecutionContextId executionContextId, java.lang.String executionContextUniqueId)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ExecutionContextIdgetExecutionContextId()Deprecated.java.lang.StringgetExecutionContextUniqueId()Unique Id of the destroyed context
-
-
-
Constructor Detail
-
ExecutionContextDestroyed
public ExecutionContextDestroyed(ExecutionContextId executionContextId, java.lang.String executionContextUniqueId)
-
-
Method Detail
-
getExecutionContextId
@Deprecated public ExecutionContextId getExecutionContextId()
Deprecated.Id of the destroyed context
-
getExecutionContextUniqueId
@Beta public java.lang.String getExecutionContextUniqueId()
Unique Id of the destroyed context
-
-