Olga Ivolgin was kind enough to translate Dani’s article on The undocumented DeviceReplay into Russian. Thanks Olga, for all the hard work you’ve put into helping the worldwide QTP community
По непонятным причинам HP не публекует информацию о DeviceReplay.
Вы можете познакомитъся сo свойствами DeviceReplay работая с Java Аппликацией и используя Java add-in , а тот кто не сталкивался с Java скорее всего не предпологает о существовании таких возможностей .
Tag Archive: mouse
Feb 23
The Undocumented DeviceReplay (Translated to Russian)
Apr 10
Getting the Current Mouse Cursor
Sometimes, you can only tell when an AUT operation has ended by checking the windows mouse cursor – is it an hourglass, or a simple arrow. The following code allows your to get the integer code of the mouse icon: ‘These come once, in the top of the script extern.Declare micLong,”GetForegroundWindow”,”user32.dll”,”GetForegroundWindow” extern.Declare micLong,”AttachThreadInput”,”user32.dll”,”AttachThreadInput”, micLong, …
Apr 04
The Undocumented DeviceReplay
Somehow HP help files do not provide information about this powerful feature. You can find DeviceReplay property under Java add-in, but for those who doesn’t use Java add-in might think that the feature is not available for them. Why Device Replay? Sometimes we need to do specific action on the UI, for example a right …
Apr 01
Where is my Mouse?
The System.Windows.Forms.Control Class Defines the base class for controls, which are components with visual representation. The Control.MousePosition Property gets the position of the mouse cursor in screen coordinates. The property returns a Point that contains the coordinates of the mouse cursor relative to the upper-left corner of the screen. The MousePosition property returns a Point …



Recent Comments