Skip to main content

Page Printing

Status: Ready

Printable Content

This section is designed to print nicely. Use this page to practice automation around print functionality.

  • Button triggers window.print().
  • Controls are hidden using @media print and the .no-print class.
  • Links show their URL when printed.

Example link: softwaretestingo.com

Automation tips: you can validate that clicking Print Page calls window.print by stubbing it in JS-driven tools (Playwright/Cypress). Selenium 4 also supports printing capabilities.