04-30-2012, 04:51 PM
in one operation I have to rightclick on the javaobject I tried below approaches but didnt work.
1.2.Used absolute x,y instead of normal still doesnt work fine.
Please provide solution.
1.
Code:
JavaWindow("").JavaObject("").GetROProperty("x")
y = JavaWindow("").JavaObject("").GetROProperty("y")
JavaWindow("").JavaObject("").Click x,y,"RIGHT"
Please provide solution.