aleksa77 Client Регистрация 30.09.2011 Сообщения 914 Благодарностей 90 Баллы 28 13.02.2017 #1 How to simulate " paste " ctrl + V ? thanks
Aronax Client Регистрация 29.01.2015 Сообщения 205 Благодарностей 59 Баллы 28 13.02.2017 #2 Put the value that needs to be pasted in a variable and, then, put the variable in the place you would need to paste. Реакции: aleksa77
Put the value that needs to be pasted in a variable and, then, put the variable in the place you would need to paste.
aleksa77 Client Регистрация 30.09.2011 Сообщения 914 Благодарностей 90 Баллы 28 13.02.2017 #3 Thanks, i put all keywords in one variable: https://gyazo.com/de9104cc45f103d08178a478973d4a79 I try copy all keywords in some txt file then take all, but allways app input slowly all words, i need paste all in same time ? Maybe exist some snippet for ctrl+ V ? Последнее редактирование: 13.02.2017
Thanks, i put all keywords in one variable: https://gyazo.com/de9104cc45f103d08178a478973d4a79 I try copy all keywords in some txt file then take all, but allways app input slowly all words, i need paste all in same time ? Maybe exist some snippet for ctrl+ V ?
SEOGet Moderator Регистрация 06.01.2012 Сообщения 204 Благодарностей 23 Баллы 18 14.02.2017 #4 Код: instance.ActiveTab.KeyEvent("v", "press", "ctrl"); Реакции: aleksa77