Using LR version 12.01
Truclient recognizes the field and assigns it
Roles: "focusable, element"
When I try and record typing a number in the field, TruClient does not capture anything. It captures when I Click on the field, but that is it. I don't have the option in the Step section to select an Action of "Type" so I can't assign a value to this field.
the object on the website I'm attempting to record is defined as:
<div class="inputFieldContainer"><input type="number" id="DOBDay" style="width: 40px;" data-validate-functions="validateNumberRange,validateDate,validateAge" onchange="validate(this);" class="numericInput" required="required" maxlength="2" max="31" min="1" placeholder="Day" /></div>
I'm not strong on the JavaScript side, is there a way using JavaScript to assign a value to the field?