Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 799 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 799 Bytes

Headless Selenium provisioner

This script provides a micro Selenium grid with a hub and a node, ready to accept webdrivers. Capabilities are Firefox and PhantomJS.

It's think to be used with Debian/Ubuntu and vagrant, but you can port it everywhere changing paths and package managers.

Setup

Copy scripts in the same directory of your Vagrantfile.

  • sudo /vagrant/scripts/setup_Xvfb.sh
  • sudo /vagrant/scripts/setup_selenium.sh

Daemons

  • /etc/init.d/Xvfb {start|stop|restart|status}
  • /etc/init.d/selenium-grid {start|stop|restart|status}

Usage

Credits & License

Fabio Mora - mail@fabiomora.com

This stuff is open and free!