Thursday, 10 January 2019

Setting.WebPackage : Simulating Keyboard and mouse operations

Simulating Keyboard and mouse operations in UFT using settings.replay type

In QTP, We can replicate device events, i.e keyboard and mouse operation using the below line of code.

Setting.WebPackage("ReplayType") = 2

By default, value of the Setting is 1, in which UFT interacts with application using the browser through DOM.

Setting.WebPackage("ReplayType") = 1

In case, you are not able to perform click or operation on an element in the page, please give a try by providing setting:

 Setting.WebPackage("ReplayType") =2

1 comment:

  1. Benefits of Using a Wireless Keyboard and Mouse A job work desk that has lots of clutter and also loose wires can be harmful, as well as very annoying. You can easily get perplexed with all the cables and also have troubles determining each of the device ports. However many thanks to technology, we currently have Wireless Keyboard and Mouse which tackle this issue. The cordless keyboard in fact looks like the same as a basic keyboard.

    ReplyDelete

Spring Boot : Exception Handler 14