Practice Widgets Keyboard navigation
Tab + type
Widget practice · Keyboard

Register by keyboard only

Focus the first input, type, then drive the rest with page.keyboard.press('Tab') + page.keyboard.type(...). Practise locator.pressSequentially() with per-character delay, Space to toggle a checkbox, Enter to submit.

Create account

Tab order: First name → Last name → Email → Phone → Password → Confirm → Newsletter (Yes / No) → Privacy → Submit.

id=input-firstname · input-lastname · input-email · input-telephone · input-password · input-confirm · input-agree · register-submit data-testid=firstname · lastname · email · telephone · password · confirm · newsletter-yes · newsletter-no · agree · register-submit tab order=firstname → lastname → email → telephone → password → confirm → newsletter-yes → newsletter-no → agree → submit
No submit yet.