Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Chromedriver Path #157

Open
sisbr420 opened this issue Nov 3, 2020 · 1 comment
Open

Chromedriver Path #157

sisbr420 opened this issue Nov 3, 2020 · 1 comment

Comments

@sisbr420
Copy link

sisbr420 commented Nov 3, 2020

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?
image

@MatheusLeitao
Copy link

MatheusLeitao commented Jun 25, 2021

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 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants