I am working on nodejs, I have added selenium module. right now I am stuck to click on button. I must need to click by moving mouse pointer to element location. And need to click it. So an anyone tell me how we can use ActionSequence to move mouse at particular x y co-ordinates and hit mouse up and down with selenium.
I have searched but I am getting only Java related solution.
Try
ActionSequence.mouseMove
? Other commands (mouseUp
,mouseDown
) you can find in https://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/lib/actions_exports_ActionSequence.html tooor