I've been meaning to find ways to automate stuff on my desktop, and recently figured I could use chokidar, which is often used for file watching during web development. I basically just leave a node file running that uses chokidar to watch my desktop...
Testing for multiple browsers on multiple platforms becomes extremely time consuming and cumbersome process. Especially because all the browsers are on different levels of support for new features. I can't automate this using Selenium as these permi...