```E:\anaconda\python.exe "E:/寒假 python/12306.py"
Traceback (most recent call last):
File "E:/寒假 python/12306.py", line 248, in
huoche.start()
File "E:/寒假 python/12306.py", line 177, in start
self.driver=Browser(driver_name=self.driver_name,executable_path=self.executable_path)
File "E:\anaconda\lib\site-packages\splinter\browser.py", line 64, in Browser
return driver(*args, **kwargs)
File "E:\anaconda\lib\site-packages\splinter\driver\webdriver\firefox.py", line 78, in init
**kwargs
TypeError: init() got an unexpected keyword argument 'options'
这种错怎么解决
你有没有安装对webdriver的驱动和firefox浏览器。
看看我的爬虫一些介绍https://blog.csdn.net/u012111465/article/category/7051776
爬虫工具安装,这些成功了,爬虫一般也没啥问题,还有就是找对元素:https://blog.csdn.net/u012111465/article/details/80634625
最最重要的就是安装chrome浏览器以及浏览器对应的chromedrive,一定要对应