Tuesday, December 23, 2014

Two approaches for running Selenium from cron

1) this is easy: give cron a display by adding "export DISPLAY=:0" to your crontab command:
http://blog.markshead.com/392/selenium-no-display-specified/
2) this should work from a server: run firefox headlessly:
http://www.alittlemadness.com/2008/03/05/running-selenium-headless/

No comments:

Post a Comment