Class InspectRequested

java.lang.Object
io.webfolder.cdp.event.runtime.InspectRequested

public class InspectRequested
extends java.lang.Object
Issued when object should be inspected (for example, as a result of inspect() command line API call)
  • Constructor Summary

    Constructors 
    Constructor Description
    InspectRequested()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getHints()  
    RemoteObject getObject()  
    void setHints​(java.lang.Object hints)  
    void setObject​(RemoteObject object)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait