How to Double Click in QTP

Example -


To double click on any object in QTP you can use fireevent method as shown below.


Browser("my").Page("myp").WebElement("innertext:=sagar").FireEvent "ondblclick"