03-11-2023, 06:50 PM
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
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