I have recently just set up some automation with emails that come in that need to be keyed into the computer. Currently I am doing a lot of send("enter text here") but I was wondering is there any disadvantage to doing this clipput("enter text here") send ("^v") on the cell.
In a quick experiment with notepad I found the pasting to be faster but was curious if I might experience any issues doing it this way and if so what would they be?
Also as a side I think I would probably leave it as tabs but I was wondering if sending the mouse the coordinates would be faster as well instead of tabbing.....this is a dedicated machine that does nothing but process web requests.
We process approximately 1,500 web requests per week during the slow time with 2000 to 3500 during peak season. I was looking to see if I could speed up this process in any way before that time comes.