Interface PdfDocumentLoadFailed

All Superinterfaces:
BrowserEvent, Event

public interface PdfDocumentLoadFailed extends BrowserEvent
An event fired when a PDF document has failed to load.
Since:
8.17.0
  • Method Summary

    Modifier and Type
    Method
    Description
    default Browser
    Returns the Browser instance initiated this event.
    default Frame
    Returns the frame that attempted to load the PDF document.
    default String
    url()
    Returns the URL of the PDF document that failed to load.
  • Method Details

    • browser

      default Browser browser()
      Description copied from interface: BrowserEvent
      Returns the Browser instance initiated this event.
      Specified by:
      browser in interface BrowserEvent
    • url

      default String url()
      Returns the URL of the PDF document that failed to load.
    • frame

      default Frame frame()
      Returns the frame that attempted to load the PDF document.