schickling / chromeless

🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
https://chromeless.netlify.com
MIT License
13.25k stars 575 forks source link

Implement mouseover #420

Open Nedomas opened 6 years ago

Nedomas commented 6 years ago

Really needed mouseover feature so just copied @ronanyeah code from this PR https://github.com/graphcool/chromeless/pull/238 onto current master. It still works, no conflicts. Unclear why that is not merged yet, but there was no progress for the last year, so reopening it here.

Plan is to check if tests pass, write some new ones that cover this and possibly have it on the next release.

ronanyeah commented 6 years ago

@Nedomas I closed it because https://github.com/GoogleChrome/puppeteer got released and I started using that instead, but glad you found the code useful. :+1: