Is there a way to speed up the key presses in a snippet? For example, I have some snippet where it is a chain of key presses and it takes about 3 seconds for the snippet to go through all the key presses. Is there a way to reduce that time where it would do the snippet faster or no?
Hi @echapman,
Could you please share the snippet with me at ashwin@blaze.today? You can do this by creating a copy of the snippet in a separate folder and sharing that folder with me. I'll review the snippet and help you further.
Thank you! I shared the snippet with you. I tested it out and it took about 3 seconds to go through all the keypresses, is there any way to make it simultaneous?
Hi @echapman,
Currently, we add a 50-millisecond delay between two key presses to ensure they happen correctly. I analyzed your snippet, and it has 40 key commands, resulting in about a 2-second delay.
Unfortunately, it is not possible to change the delay between key presses. However, I suggest you to try our click command with selector to click on a unique element instead of using multiple key presses.