MAC安装selenium+firefox/chrome
一、firefox
1、首先安装selenium
终端输入:pip3 install selenium
2、下载安装firefox
3、下载安装geckodriver
1)geckodriver下载地址:https://github.com/mozilla/geckodriver/releases
2)下载对应版本后解压出geckodriver.exec,将其放入/usr/local/bin即可。
二、chrome
1、安装chrome
2、下载chromedriver
1)下载地址为:http://chromedriver.chromium.org/downloads