Skip to content

Instantly share code, notes, and snippets.

View zhongwanshi's full-sized avatar

Wanshi Zhong zhongwanshi

View GitHub Profile
@zhongwanshi
zhongwanshi / selenium.sh
Created December 10, 2018 20:29 — forked from dhensby/selenium.sh
Selenium, Firefox and Behat on CentOS 7 RHEL 7 and fedora
#!/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