Send Key functionality

Hi,
I want to implement a functionality similiar to the type “send hotkey”, but in the box “Key” I want to type a generic string. I tried it but I received an exception.
The goal is to type a string not indicating a UI element, but in the current position of the cursor.
There is a UI type that does it?

Thanks.

Hi,

Did you try Typeinto Activity?
whats the error while doing it by SendHotkey activity? (make sure special key property is unchecked)

Take Type Into activity and give only the text/string value. Do not click on Indicate on Screen Option.
It will type the string, wherever the cursor is present.

2 Likes

Good! It does.
Thanks @jibanjyoti

1 Like