Hi
I'm trying to record a script using Selenium IDE in Chrome.
I have several steps that populate the text fields of a shopping checkout process.
However, after using the "type" commands to populate the fields, the fields aren't recognizing that the field is populated and I am presented with an error message that the field is mandatory.
I've tried inserting a send keys ${KEY_TAB}, thinking if I tab out of the field, the text will be recognized and will meet the mandatory requirement but that doesn't seem to work.
Does anyone have any suggestions as to how I can populate the fields?
I've attached a screenshot of the populated fields and the error message.
