nightwatchjs / nightwatch

Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
https://nightwatchjs.org
MIT License
11.79k stars 1.31k forks source link

focus/hover support #709

Closed navmed closed 8 years ago

navmed commented 8 years ago

How can I simulate hovering over a page element?

glennr commented 8 years ago

Answered here: https://stackoverflow.com/questions/30673307/hovering-over-a-link-in-nightwatchjs

tnguyen14 commented 7 years ago

Hi, I use docker-selenium (https://github.com/SeleniumHQ/docker-selenium) as the selenium server. The moveToElement method works for the --debug images of docker-selenium, but not the regular images. Do you know why that might be the case?