Class ExecutionContextDestroyed
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.runtime.model.ExecutionContextDestroyed
-
public class ExecutionContextDestroyed extends java.lang.Object
Issued 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 ExecutionContextId
getExecutionContextId()
Deprecated.java.lang.String
getExecutionContextUniqueId()
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
-
-