Web Application - Will not save without human Input
There is a web application form that I need fill out and save. I have successful filled in the textbox fields using the 'Text' property. The problem....it is not triggering some underlying application validation for the field and then the Save button will complain about it. If I manually type the same exact text in the field, it works.
Question... Is there a way to send text to the text field as keystrokes so the application thinks the automation is a human?
I have also tried 'SetValue', 'SetFocus', and 'Perform Click' to try and get the value. No improvement.