What are the mouse actions that can be performed using Protractor?
Question
What are the mouse actions that can be performed using Protractor?
Answer
- click()
- doubleClick()
- contextClick()
- mouseUp()
- mouseDown(element)
- mouseMove(element)
- mouseMove(xOffset, yOffset) 8.dragAndDrop(element1, element2)