Class Page.PrintToPDFResponse
java.lang.Object
org.openqa.selenium.devtools.v126.page.Page.PrintToPDFResponse
- Enclosing class:
- Page
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
Base64-encoded pdf data.A handle of the stream that holds resulting PDF data.
-
Constructor Details
-
PrintToPDFResponse
-
-
Method Details
-
getData
Base64-encoded pdf data. Empty if |returnAsStream| is specified. -
getStream
A handle of the stream that holds resulting PDF data.
-