This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# help from: | |
# https://gist.github.com/textarcana/5855427 | |
# http://tecadmin.net/install-firefox-on-linux/ | |
# install deps | |
yum install -y java Xvfb firefox | |
# This version of FF doesn't actually work with latest selenium (for me) so I remove it again |