You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codebolt.browser.getPDF() method is designed to capture the content of the current webpage and generate a PDF file from it. This is useful for saving web pages as PDFs for offline reading, documentation, or record-keeping.
39
+
- This method does not return a Promise and executes immediately
40
+
- The PDF generation is initiated without waiting for confirmation
41
+
- The generated PDF is typically saved to the default download location
42
+
- This is useful for saving web pages as PDFs for offline reading, documentation, or record-keeping
43
+
- Ensure the page is fully loaded before calling this method for best results
0 commit comments