赞
踩
这里以百度搜索为例,通过不同的浏览器来启动不同的线程。
from threading import Thread from selenium import webdriver from time import ctime, sleep def test_baidu(browser,search): print('start: {0}'.format(cti