SendKeys Overflow Issue
Hey everyone,
I am currently working on my first automation project and am running into an issue I'm not too sure how to resolve. After navigating to a webpage, I am wanting to fill in numerous text fields with predetermined data. Due to the nature of the fields, I am having to use the PerformClick and SendKeys methods.
I have the data going in, but the automation seems to move onto the next field before it completely finishes entering the data for the current field. This is a dynamic issue, as when and with what fields this happens is inconsistent. I have attached a screenshot of an example of what is happening. The data enters by columns, top to bottom, before moving onto the next block, hence the pattern you can see.
Any suggestions on how to avoid this? Is there some way I can slow the automation down and ensure the data entry completes at every field before moving on?
Thanks for any help you can provide!