0 votes
in Protractor by (19.9k points)
What are the mouse actions that can be performed using Protractor?

1 Answer

0 votes
by (19.9k points)

1. click()

2. doubleClick()

3. contextClick()

4. mouseUp()

5. mouseDown(element)

6. mouseMove(element)

7. mouseMove(xOffset, yOffset)

8.dragAndDrop(element1, element2)

Related questions

...