Class Page.frameAttached

    • Field Summary

       
      Serializable ID
      Modifier and Type Field Description
      protected static long serialVersionUID
      For Object Serialization.
       
      Event Properties
      Modifier and Type Field Description
      String frameId
      Id of the frame that has been attached.
      String parentFrameId
      Parent frame identifier.
      RunTime.StackTrace stack
      JavaScript stack trace of when frame was attached, only set if frame initiated from script.
    • Method Summary

       
      Generate Array that Indicates which Parameter are Optional
      Modifier and Type Method Description
      boolean[] optionals()
      Implementing this method allows sub-classes to specify which JSON Properties may be absent or null.
       
      Methods: class java.lang.Object
      Modifier and Type Method Description
      boolean equals​(Object other)
      Checks whether 'this' equals an input Java-Object
      int hashCode()
      Generates a Hash-Code for 'this' instance
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait