Skip to content

Instantly share code, notes, and snippets.

View Rahul-012's full-sized avatar

Rahul-012

View GitHub Profile
@Rahul-012
Rahul-012 / I have tried it but it's not working
Created June 2, 2016 12:38
Can any body have any idea how to drag and drop a element in protractor ,,,,,,,,,
browser.driver.actions()
.mouseMove(e1,{x:0,y:0})
.mouseDown()
.mouseMove(e2,{x:100,y:0})
.mouseUp()
.perform();