| WebDriver: screenshot, PDF, new window (manual) |
WebDriver for full-page capture, printing to PDF, and opening a new top-level browsing context.Returns a Base64 PNG of the full scrollable page (Chrome family).
Generates a PDF via CDP Page.printToPDF. Options are driver-specific JSON (see upstream Selenium types).
Opens a new window/tab; type is typically WindowType.Tab or WindowType.Window.