Class ExecutionContextId
- java.lang.Object
-
- org.openqa.selenium.devtools.runtime.model.ExecutionContextId
-
public class ExecutionContextId extends java.lang.Object
Id of an execution context.
-
-
Constructor Summary
Constructors Constructor Description ExecutionContextId(java.lang.Integer executionContextId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toJson()
java.lang.String
toString()
-