- Download
chromedriver.exe
that matches your Chrome version. - Copy above EXE file to
PhoneInfoga\lib
directory. - Replace in
PhoneInfoga\lib\googlesearch.py
this line:
browser = webdriver.Firefox()
with this one:
browser = webdriver.Chrome(executable_path=os.path.join(os.path.dirname(os.path.abspath(__file__)), 'chromedriver.exe'))
- Run
phoneinfoga.py
and check if it fully works.