Completed
Last Updated: 05 Mar 2014 07:54 by ADMIN
ADMIN
Boyan Boev
Created on: 20 Jan 2014 09:00
Type: Bug Report
1
Manager.Desktop.KeyBoard.TypeText doesn't work for a specific customer application
The workaround is to convert the type step into code and replace  Manager.Desktop.KeyBoard.TypeText(".", 50, 100); with Manager.Desktop.KeyBoard.SendString(".");

Access to the application and a sample project are in the internal description.
2 comments
ADMIN
Konstantin Petkov
Posted on: 05 Mar 2014 07:54
Just to clarify, we added a new property to the SetText step, namely "Unicode Support" for a codeless solution.
ADMIN
Shtilianov
Posted on: 21 Feb 2014 15:30
Hi, problem is fixed. The problem was with UnicodeSupport, it needs to be false. In order for the test to work you should use 
Manager.Desktop.KeyBoard.TypeText(".", 50, 100, false);
The last Boolean parameter is for UnicodeSupport which is true by default. This change in the TypeText method will be included in the upcoming service pack.