Micro Focus QTP (UFT) Forums
Double click - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Double click (/Thread-Double-click)



Double click - kiran664791 - 03-11-2023

How to double-click on a web element using the descriptive method 

Set MyObject = Browser("MyBrowser").Page("MyPage").WebButton("MyButton")

[color=rgba(255, 255, 255, 0.5)]' Double-click the object tried this but it hasn't worked[/color]
MyObject.DoubleClick