Open sisbr420 opened 4 years ago
In your modules/config.py
set the attribute:
Config = {
"chromedriver_path": "your/absolute/path/to/file"
}
Like, in my case:
Config = {
"chromedriver_path": "/home/**/Insta-mass-account-creator/modules/chromedriver"
}
It worked for me :)
Describe the bug A clear and concise description of what the bug is. I am in command line, Creator.py proxies all work, and settings are perfect in config.py. I download a chrome driver to my kali linux but I do not know were to place it within the PATH. Where do I place my driver?