Styrow.dev
Question 23 of 36

What are the mouse actions that can be performed using Protractor?

Question

What are the mouse actions that can be performed using Protractor?

Answer

  1. click()
  2. doubleClick()
  3. contextClick()
  4. mouseUp()
  5. mouseDown(element)
  6. mouseMove(element)
  7. mouseMove(xOffset, yOffset) 8.dragAndDrop(element1, element2)