Using chrome/firefox programmatically for navigating a (Qliksense) website and taking screenshots
How do you know if the user interface (UI) of a website you’re developing works as it should and the site as a whole delivers the optimal user experience (UX)? Headless browsers give you a fast, lightweight way to automate high-level actions and get an idea of how well your site operates in common scenarios. Links to Headless browers: Chrome Firefox Phantomjs Safari I found the nice clojure library etaoin for using a browser programmatically....