Class ExecutionContextDestroyed
java.lang.Object
org.openqa.selenium.devtools.v140.runtime.model.ExecutionContextDestroyed
Issued when execution context is destroyed.
- 
Constructor Summary
ConstructorsConstructorDescriptionExecutionContextDestroyed(ExecutionContextId executionContextId, String executionContextUniqueId)  - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Unique Id of the destroyed context 
- 
Constructor Details
- 
ExecutionContextDestroyed
public ExecutionContextDestroyed(ExecutionContextId executionContextId, String executionContextUniqueId)  
 - 
 - 
Method Details
- 
getExecutionContextId
Deprecated.Id of the destroyed context - 
getExecutionContextUniqueId
Unique Id of the destroyed context 
 -