How can i write faster in “Type Into” activities plz ?
Hi @Soudios
Use click before typing as checked for type into and then it will type fast
(or)
Use Set Text Activity
Thanks
Ashwin S
hey @Soudios
enable the “simulate type” propertie
Regards!
Hi @Soudios
please find below screenshot type into activity in properties check simulate type.
Regards,
Kommi Jeevan.
Hi
We got many options to do
—let’s go in the order of faster to slowest
—use Set to clipboard activity and pass the same input string that we pass to type into activity here as input
—then use SEND HOT KEY activity with key as ctrl+v
This will paste the value from clipboard to the field we want to type
It’s more like copy and paste
-
Type into activity with SIMULATE CLICK PROPERTY enabled or SET TEXT activity both has the similar performance
-
Type into activity with SENDWINDOWMESSAGE property enabled
4.Type into activity with default settings like no simulate or sendwindowmessage property enabled
Cheers @Soudios
Great post.
Question: Any idea what time difference is between 1 and 2?
In 2024 How can i write faster in “Type Into” activities plz?
in 2024 same as before… read the earlier suggestions.