Class InspectRequested
java.lang.Object
org.openqa.selenium.devtools.v136.runtime.model.InspectRequested
Issued when object should be inspected (for example, as a result of inspect() command line API
call).
-
Constructor Summary
ConstructorsConstructorDescriptionInspectRequested
(RemoteObject object, Map<String, Object> hints, Optional<ExecutionContextId> executionContextId) -
Method Summary
-
Constructor Details
-
InspectRequested
public InspectRequested(RemoteObject object, Map<String, Object> hints, Optional<ExecutionContextId> executionContextId)
-
-
Method Details
-
getObject
-
getHints
-
getExecutionContextId
Identifier of the context where the call was made.
-