Hello, faced a problem. Ctrl+v does not work in Chrome. Used “Send HotKey” and “Type Into”. Tried to change parameters, did not help. In Firefox, both actions work. What could be the problem? Thank you for your attention, I will be glad to hear any advice.
What error are you getting here ? Are you able to identify elements in chrome page or not ?
And also have you installed chrome extension or not ?
the extension is installed, there were no errors. There are several TextBoxes on the site, if you use typeinto to type by letter, then everything works. If the keyboard shortcut, does not work. The program activates the textbox leaves it empty and moves on to the next one.
Hi
Welcome to uipath community
—is the property simulate click and simulate type is enabled and
Is that send hot key is chosen with with right element and is this activity placed inside a ATTACH WINDOW activity Or ATTACH BROWSER activity
I think the. It is not able to identify the element exact at its position
Or
Use SEND HOT KEY ACTIVITY with key as Tab and use n number of send hot key activities until it reaches the field we want with key as tab and then use another TYPE INTO activity without choosing any element with just input string alone so that it will type there
Cheers @AlexLeon
First, the control must have focus before it can receive a hot key command.
Can you first click on the control and then follow up with the hot key?
Second, is the hot key Ctrl + “v” or is it Ctrl + “V” . Because the first one is the right one. The second one is actually CTRL+SHIFT+v
thanks
@Palaniyappan, @AndyMenon thanks for the help
Cheers @AlexLeon
You’re welcome!