before, i was using protractor version 1.5.0 and now i am updated with protractor 2.0.0 and the code that works in 1.5.0 is not working in 2.0.0, anyone please help me to sort out this.
let me show you my code that i wrote in 1.5.0:
var path = browser.driver.findElement(by.xpath('/xpathforelement/'));
browser.actions().mouseDown(path).perform();
Now, same is not working in 2.0.0.