Class Page.PrintToPDFResponse

java.lang.Object
org.openqa.selenium.devtools.v85.page.Page.PrintToPDFResponse
Enclosing class:
Page

public static class Page.PrintToPDFResponse extends Object
  • Constructor Details

  • Method Details

    • getData

      public String getData()
      Base64-encoded pdf data. Empty if |returnAsStream| is specified.
    • getStream

      public Optional<StreamHandle> getStream()
      A handle of the stream that holds resulting PDF data.