Should output:
122333444455555666666777777788888888999999999
abbcccddddeeeeeffffffggggggghhhhhhhhiiiiiiiii
Current Behavior
It fails to output consecutive characters most times.
Possible Solution
I mean for now I am just trying to use typeStringDelayed
Steps to Reproduce (for bugs)
robot.typeString("122333444455555666666777777788888888999999999"); robot.keyTap("enter"); robot.typeString("abbcccddddeeeeeffffffggggggghhhhhhhhiiiiiiiii");
Then just try to see what content it puts out
Context
Trying to type strings, but it won't really work with anything with consecutive characters
Expected Behavior
Should output: 122333444455555666666777777788888888999999999 abbcccddddeeeeeffffffggggggghhhhhhhhiiiiiiiii
Current Behavior
It fails to output consecutive characters most times.
Possible Solution
I mean for now I am just trying to use typeStringDelayed
Steps to Reproduce (for bugs)
robot.typeString("122333444455555666666777777788888888999999999"); robot.keyTap("enter"); robot.typeString("abbcccddddeeeeeffffffggggggghhhhhhhhiiiiiiiii");
Then just try to see what content it puts outContext
Trying to type strings, but it won't really work with anything with consecutive characters
Your Environment