Search found 1 match

by Marcin81
Thu Mar 06, 2008 2:15 pm
Forum: Automation Tools
Topic: Exports C++ code without the coordinate dependecy.
Replies: 2
Views: 3384

Exports C++ code without the coordinate dependecy.

The recorder has created C++ code after we have played scenario. But this code often uses coordinate points to take an ElementStruct. Example: if ( RxElementFindChildLocation(&controlElement, 12, "Clipboard", NULL, 142, -10, &element) != TRUE) return 1; And generally the code generated by recorder i...