0

I am writing a test to interchange columns using drag and drop.Can anybody help me to automate it using protractor....

aathira shaji
  • 41
  • 1
  • 9

1 Answers1

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