06-24-2011, 05:13 PM
hiii all.....
i also found the same problem in a GWT application where all the objects are recognized as either WebElement or an Image...
I tried the following for performing dbl click and i got success in IE.. Hope it will also work in Mozilla as well....
Just try it and let me know whether it is working or not...Just drop a mail on -- souvikghosh.Diatm@gmail.com
i also found the same problem in a GWT application where all the objects are recognized as either WebElement or an Image...
I tried the following for performing dbl click and i got success in IE.. Hope it will also work in Mozilla as well....
Code:
Set obj = CreateObject ("Mercury.DeviceReplay")
absx=Browser("b").Page("p").WebElement("W").GetROProperty("abs_x")
absy=Browser("b").Page("p").WebElement("W").GetROProperty("abs_y")
obj.MouseMove absx, absy
obj.MouseDblClick absx, absy,0
Set obj = Nothing
Just try it and let me know whether it is working or not...Just drop a mail on -- souvikghosh.Diatm@gmail.com