Month: December 2014

Linux Mint, Ubuntu, Python, Firefox, Selenium, and Webdriver – Headless Edition

I have a few browser automation tasks set up to run using cron on my home NAS (Ubuntu / Linux Mint 17), but ran into trouble with Selenium’s webdriver throwing exceptions due to my NAS being headless.   There is a very simple workaround for this problem – create a bash/shell script that you will call from cron, give it the… Read more →