All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hubspot.chrome.devtools.client.core.headlessexperimental.MainFrameReadyForScreenshotsEvent Maven / Gradle / Ivy

package com.hubspot.chrome.devtools.client.core.headlessexperimental;

import com.fasterxml.jackson.annotation.JsonCreator;
import com.hubspot.chrome.devtools.client.core.Event;

/**
 * Issued when the main frame has first submitted a frame to the browser. May only be fired while a
 * BeginFrame is in flight. Before this event, screenshotting requests may fail.
 */
public final class MainFrameReadyForScreenshotsEvent extends Event {
  @JsonCreator
  public MainFrameReadyForScreenshotsEvent() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy