Fills an input, textarea, or select element by its marker ID with a value, emitting native browser events
The marker ID of the input/textarea/select element to fill
The value to fill into the element. For select elements, this must match one of the available option values.
fillInputMarker('email_input', 'test@example.com');fillInputMarker('category_select', 'feedback'); Copy
fillInputMarker('email_input', 'test@example.com');fillInputMarker('category_select', 'feedback');
Fills an input, textarea, or select element by its marker ID with a value, emitting native browser events