Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Drag and drop from SwfTable row to SwfTreeView
posted

I am looking for QTP code which can drag a selected row from swftable and drop in one of the folder present in SwfTreeView.

I tried below:

SwfWindow("abc").SwfWindow("Inbox").SwfTable("def").Drag x,y

SwfWindow("abc").SwfTreeView("def").Drop x,y

however this does not work. Currently i am using low level to perform this action.

SwfTreeView is next to SwfTable. Can any one help me on this?

Thanks in advance!!!

-Paresh