Install Selenium + Firefox drivers + Headless drivers on CentOS 7
Downloads Binaries
Chromedriver
https://sites.google.com/a/chromium.org/chromedriver/downloads
Extract and cp to /usr/local/bin/
For more info see https://intoli.com/blog/running-selenium-with-headless-chrome/
Install Python and Python Modules
pyenv install 2.7.9
pyenv local 2.7.9
pip install -U setuptools
pip install paramiko deepdiff faker ConfigParser enum numpy requests
Recent Comments