// Text inputs
await auto('type "John Doe" in the name field');
await auto('type "john@example.com" in the email field');
// Select dropdowns
await auto('select "United States" from country dropdown');
await auto('select "Pacific Time" from timezone group "North America"');
// Checkboxes and radio buttons
await auto("check the terms and conditions box");
await auto('select "Express Shipping" radio option');
// File uploads
await auto('upload "document.pdf" to file input');
await auto('drag "document.pdf" to upload zone');