Answers

Question and Answer:

  Home  Automation

⟩ Tell me what kind of mouse actions can be performed in Selenium?

Selenium supports different mouse actions, such as:

☛ click(WebElement element)

☛ contextClick(WebElement element)

☛ doubleClick(WebElement element)

☛ mouseUp(WebElement element)

☛ mouseDown(WebElement element)

☛ mouseMove(WebElement element)

☛ mouseMove(WebElement element, long xOffset, long yOffset)

 143 views

More Questions for you: