Open tuncayofficial opened 3 years ago
Traceback (most recent call last): File "instagram-brute-force.py", line 14, in web = Browser() File "C:\Users\Samsung-2010\AppData\Local\Programs\Python\Python37-32\lib\site-packages\webbot\webbot.py", line 68, in init self.driver = webdriver.Chrome(executable_path=driverpath, options=options) TypeError: init() got an unexpected keyword argument 'options'
how can I fix it?
you can try search webdriver manually. It will make webbot displaying browser
Traceback (most recent call last): File "instagram-brute-force.py", line 14, in
web = Browser()
File "C:\Users\Samsung-2010\AppData\Local\Programs\Python\Python37-32\lib\site-packages\webbot\webbot.py", line 68, in init
self.driver = webdriver.Chrome(executable_path=driverpath, options=options)
TypeError: init() got an unexpected keyword argument 'options'
how can I fix it?