npx playwright screenshot --device 'iPhone 13' --full-page https://example.com mobile.png

Category: Web App Development

npx playwright screenshot --device 'iPhone 13' --full-page https://example.com mobile.png

Screenshot a site as a mobile device

Emulates an iPhone 13 viewport and touch behavior while capturing the full page, revealing mobile layout issues without a physical device. The --device flag accepts names from Playwright's device registry. Combine with --wait-for-timeout to let lazy content load.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.