V5.42 Cannot Emulate CTRL+V By Using C#

askmars

Client
Регистрация
18.05.2017
Сообщения
35
Благодарностей
0
Баллы
6
Hello,

I have been using the following C# to emulate CTRL+V successfully for a while.
But, after I upgrade to version 5.42, the C# code is not working anymore.
I have downgraded to V5.41.1 and it is just working correctly.

C#:
var descr = project.Variables["var1"].Value;
System.Windows.Forms.Clipboard.SetText(descr);
instance.ActiveTab.KeyEvent("v","press","ctrl");
Could you please check why it is not working and anything I need to update the make it work on V5.42?
Thank you a lot
 

morpheus93

Client
Регистрация
25.01.2012
Сообщения
1 035
Благодарностей
237
Баллы
63
Same issue here. Read that this is a bug in the current version and will be fixed in next version.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 190
Благодарностей
5 831
Баллы
113
This should be solved in version 5.43 as far as I know
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)