
April 10th, 2008 by

Yaron Assa

Loading ...
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:

April 4th, 2008 by

Yaron Assa

Loading ...
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 click on an […]

April 1st, 2008 by

daniva

Loading ...
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.
Recent Comments