We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when ever i try to attack something with cfreq or cfsoq i get this error
[*] Bypassing CF... (Max 60s) Traceback (most recent call last): File "browser.py", line 1173, in if get_cookie(target): File "browser.py", line 70, in get_cookie driver = webdriver.Chrome(options=options) File "/usr/local/lib/python3.8/dist-packages/undetected_chromedriver/init.py", line 453, in init super(Chrome, self).init( TypeError: init() got an unexpected keyword argument 'executable_path'
The text was updated successfully, but these errors were encountered:
Also i changed to python3.9 instead of python3.8 it still wont work
Sorry, something went wrong.
No branches or pull requests
when ever i try to attack something with cfreq or cfsoq i get this error
[*] Bypassing CF... (Max 60s)
Traceback (most recent call last):
File "browser.py", line 1173, in
if get_cookie(target):
File "browser.py", line 70, in get_cookie
driver = webdriver.Chrome(options=options)
File "/usr/local/lib/python3.8/dist-packages/undetected_chromedriver/init.py", line 453, in init
super(Chrome, self).init(
TypeError: init() got an unexpected keyword argument 'executable_path'
The text was updated successfully, but these errors were encountered: