Package 

Class BeginFrameResponse

    • Method Summary

      Modifier and Type Method Description
      final Boolean component1()
      final String component2()
      final BeginFrameResponse copy(Boolean hasDamage, String screenshotData)
      final Boolean getHasDamage() Whether the BeginFrame resulted in damage and, thus, a new frame was committed to the display.
      final String getScreenshotData() Base64-encoded image data of the screenshot, if one was requested and successfully taken.
      • Methods inherited from class org.hildan.chrome.devtools.domains.headlessexperimental.BeginFrameResponse

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BeginFrameResponse

        BeginFrameResponse(Boolean hasDamage, String screenshotData)