I am writing a test to interchange columns using drag and drop.Can anybody help me to automate it using protractor....
Asked
Active
Viewed 239 times
1 Answers
0
I have a different implementation from the answer given at the thread to which @wap300 is pointing to.
Use -
elementToDrag.click();
browser.actions().dragAndDrop(elementToDrag, locationToDragTo))).perform();

Rahul Vig
- 716
- 1
- 7
- 24
-
Why not just answer that question then? – Martijn Pieters Aug 05 '15 at 20:11
-
Used this code didnt get any errors but its not working – aathira shaji Aug 06 '15 at 05:06
-
@Martjin Thanx. Will post it there also. But seems like it is not working..:( – Rahul Vig Aug 06 '15 at 06:40