Web Automation Practice

Keyboard Events

Instructions: Test sending keyboard presses to an input field.

  1. Focus the input field below.
  2. Send individual key presses (e.g., 'A', 'b', '1').
  3. Send functional key presses (e.g., 'Enter', 'Tab', 'Escape').
  4. Test a shortcut (e.g., select all with 'Ctrl+A' or 'Cmd+A').

Validation: The output box will display information about the last key that was pressed down in the input field.

Output

Waiting for key press...