Need help for Mouse actions on Safari browser | Selenium Forum
M
Posted on 04/12/2015
Hi All,

Does anyone knows how to do mouse over, Click&Hold actions on Safari browsers.

Safari browser does not support Action class functions ie below code will not work in safari.
"action.moveToElement(webdriver.get().findElement(by1)).click().build().perform();"

Is there any way to do mouse actions on Safari?

It will be grateful if someone share code for this.