WebDriver: screenshot, PDF, new window (manual)
CDP-backed helpers on WebDriver for full-page capture, printing to PDF, and opening a new top-level browsing context.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll)

TakeFullPageScreenshot()

Returns a Base64 PNG of the full scrollable page (Chrome family).

PrintToPdf(options)

Generates a PDF via CDP Page.printToPDF. Options are driver-specific JSON (see upstream Selenium types).

OpenNewWindow(type)

Opens a new window/tab; type is typically WindowType.Tab or WindowType.Window.

See Also