How do I capture a double click on an item in WebUI Test Studio???
Is it possible at all?
regards
Espen
2 Answers, 1 is accepted
0
Missing User
answered on 22 Sep 2009, 02:44 PM
Hi Espen,
You can record a right click by highlighting the element, then right click and select Desktop Actions -> Left Double Click -> Specific Point. You can then hover over a specific point on the highlighted element and a crosshairs will appear where you can specifiy the location of the double click on the element. Here is a link with more documentation and video tutorials for WebUI.
Thank you for the reply; I tried what you describe before I created this thread. It turns out that the problem isn’t related to WebUI Test Studio – I had to change WaitOnElementsTimeout in the properties of the DesktopActionDescriptor to a significantly higher value ( 2x default).
It’s just that I’ve had a significant number of problems with using WebUI Test Studio as a tool to test this site, so I now I’m ranking WebUI Test Studio as the most probable cause when I run into problems. This time around it wasn’t justified.