05-30-2011, 12:58 PM
well u can try the following----
Mention the property of text in WebElement on above line....n let me know whether its working or not...
Code:
Set obj = CreateObject ("Mercury.DeviceReplay")
absx = Browser("").Page("").WebElement(".").GetROProperty("abs_x")
absy = Browser("").Page("").WebElement(".").GetROProperty("abs_y")
Set obj = Nothing
Mention the property of text in WebElement on above line....n let me know whether its working or not...