Sendkey() unattended
Hi all
I was reviewing several posts and I can't find a solution to the following:
I have Robots running on a PC and I need to transfer them to a server. This is where the problem with Sendkey() arises, since from what I saw, it doesn't work in an unattended environment. Its execution returns "Access is denied"
I need to impersonate all SendKey(), is there a way to send keys in unattended mode? For example, enter a value and press ENTER, how could I do it?