Module 07
File Upload & Download Operations
Playwright Topics: Set files via setInputFiles() and intercept downloads using page.waitForEvent('download').
1. File Upload
Target input using page.setInputFiles('input[type="file"]', 'sample.pdf')
No file selected