在使用webdriver进行测试时启动浏览器无疑是必须的前置工作。
from selenium import webdriver dr = webdriver.Chrome()
自己试着弄清楚如何启动IE和Firefox