Web Automation Practice

Auto-complete

Instructions: Your automation script should use the auto-complete feature.

  1. Type a few letters into the input field (e.g., "Ja").
  2. Wait for the suggestion list to appear.
  3. Click on one of the suggestions (e.g., "Java").

Validation: The input field's value should be updated to the full name of the selected item. The output box will confirm your selection.

Output