⟩ 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)