ai11y docs
    Preparing search index...

    Function fillInputMarker

    • Fills an input, textarea, or select element by its marker ID with a value, emitting native browser events

      Parameters

      • markerId: string

        The marker ID of the input/textarea/select element to fill

      • value: string

        The value to fill into the element. For select elements, this must match one of the available option values.

      Returns void

      fillInputMarker('email_input', 'test@example.com');
      fillInputMarker('category_select', 'feedback');