Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Right click on the javaobject
#2
Not Solved
Try this :-

Code:
Set SelectionPath = Javawindow("").JavaObject("").Object.GetSelectionPath()
Set rect = Javawindow("").JavaObject("").Object.GetPathBounds(SelectionPath)
x=rect.x
y=rect.y
Javawindow("").JavaObject("").Click Cstr(x),Cstr(y),"RIGHT"
Reply


Messages In This Thread
RE: Right click on the javaobject - by ssvali - 05-02-2012, 04:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  javaobject reddyraam10 1 1,916 02-08-2017, 01:11 AM
Last Post: reddyraam10
  Right Click On a Image and Click on a Link in WebElement RameshKrishnan 4 5,158 07-10-2013, 04:13 PM
Last Post: RameshKrishnan
  How do I left click on the right click menu in WinTreeView? RandomGrin 0 3,674 12-22-2012, 04:22 AM
Last Post: RandomGrin
  How do I left click on the Right click menu? RandomGrin 2 3,991 12-18-2012, 09:47 PM
Last Post: RandomGrin

Forum Jump:


Users browsing this thread: 1 Guest(s)