I’m having a consistency/reliability issue here.
I’m trying to input ‘16’ into size, sometimes it works, other times it inputs ‘6’ instead.
My hypothesis: is that the typing input is too fast and hence the target application (Notepad) isn’t able to take it that fast(?)
Side note: I did put in the ‘Delay after’ and ‘Delay before’ activity but per my understanding this does not affect the “velocity” of the input.
Can someone validate my hypothesis / the root cause and a workaround on this?
Regarding the use of ‘Select’, I’m having a hard time clicking on the dropdown arrow, as all of the automatic input method isn’t registering it except using Image of the dropdown which then creates multiple ‘yellow’ duplicates and then I can’t seem to anchor it properly.
Any suggestions?
I’m intending for the robot to rerun the program while the GetText value is not equals to the target - Am I using the ‘While’ function correctly?
Note: I’m saving the var ‘SizeSix’ as String and convert it to Int32 here so that the calculation of <>16 would work. cmiiw