not able to use Drag method
Hi, I am trying to drag and drop an item from one panel to another. When i record and play the script, it works fine. But when i try to use the Drag method in my script (using javascript), it says Drag is not a function. What is possible wrong here ? Record script - let page = Aliases.pageShoppingPortal; page.panel.Drag(134, 23, 26, 182); Javascript - let memberdrag = page.contentDocument.getElementsByClassName("name cdk-drag"); memberdrag.item(1).Drag(134, 23, 26, 182);Solved2.9KViews0likes18CommentsDrag and drop between tree
Here the situation : I have a drag and drop control between two trees and I'm unable the move the node from one tree to the other with TestComplete (manually everything is working fine). I am really new with TestComplete and I have a strong development background. So, if I need to type some code to make this work I'm totally fine with that. Here the component that I use with my web application : http://angular-ui-tree.github.io/website/trees.html I want to move a node from the left under the second node to the right using TestComplete. Is there any way to do this? Thanks! Simon846Views0likes1Comment