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 скорее всего не предпологает о существовании таких возможностей .
Posts tagged keyboard
The Undocumented DeviceReplay (Translated to Russian)
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 [...]
Send Keys to Active Window
The Keyboard.SendKeys Method sends one or more keystrokes to the active window, as if typed on the keyboard. Syntax: object.SendKeys( keys, wait ) Parameters : keys – A String that defines the keys to send. wait – Optional. A Boolean that specifies whether or not to wait for keystrokes to get processed before the application [...]
Keyboard Status
The Devices.Keyboard class Provides properties for accessing the current state of the keyboard, such as what keys are currently pressed, and provides a method to send keystrokes to the active window. How can we know if CAPS-LOCK already pressed? Before we use the numpad keys we want to verify that if NUM-LOCK already pressed. The [...]





Recent Comments