Using chrome/firefox programmatically for navigating a (Qliksense) website and taking screenshots

2020-09-08 | #automation #chrome #clojure #firefox #phantomjs #qliksense #safari #web scrapying

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.

Continue reading 


Doctor Planning resolved with #Prolog

2020-04-22 | #programming #prolog

Below my #prolog solution for “Doctor Planning” proposed by dmcommunity.org challenge April 2020 There should be more constraints like a limit of shifts a week for each doctor… In any case after few seconds I get the first result [[2,3,4],[2,3,4],[2,3,4],[2,3,4],[1,2,3],[1,2,4],[1,2,4]]

Continue reading 