Skip to main content
Solved

Phantom keystrokes

  • 30 August 2024
  • 1 reply
  • 16 views

I have a keystroke action which types a string, followed by [tab] and then loops a number of times. I have a 25ms delay between keystrokes. Strangely, on one occasion the bot input [tab] twice. Does someone know why this might have happened and/or how to avoid this?

Try slowing it WAY down to see if you’re still getting the multiple TAB keys. Like 1-2 second per keystroke. What may be happening is the field you expect to be awaiting keystrokes may not be the where the cursor really is.


Reply