Protractor Drag And Drop
问题 I have a list of elements so i want to write a function to drag those elements into a container that builds up an object. At the moment in my protractor tests I have found the element. The element is present and is displayed. The only place I'm running into problems is when I try to translate or drag and drop its position on the screen. At the moment i'm using browser.actions().dragAndDrop(element1.getWebElement(), { x: -500, y: 20 }).perform(); In order to try drag it -500px to the left and