Web Automation Practice

Date Pickers

Instructions: Your automation script should interact with the native HTML5 date picker.

  1. Locate the date input field.
  2. Enter a specific date (e.g., "2025-01-15"). Note: The format must be YYYY-MM-DD.
  3. Click the "Submit" button.

Validation: The output box will confirm the date that was submitted.

Output