webdriver_prefs.json — File Not Found Error Solved in Linux | Eyewitness | Kali Linux

1 year ago 117
BOOK THIS SPACE FOR AD
ARTICLE AD

FileNotFoundError: No such file or directory: /webdriver/firefox/webdriver_prefs.json — Error Solved | November 2022 | Karthikeyan Nagaraj

FileNotFoundError: [Errno 2] No such file or directory:
‘/usr/lib/python3/dist-packages/selenium/webdriver/firefox/webdriver_prefs.json’

The Problem is that the webdriver_prefs.json file is Missing

Solve the Above Error by Adding the webdriver_prefs.json file into the the directory /usr/lib/python3/dist-packages/selenium/webdriver/firefox/

Download the webdriver_prefs.json Here

Copy the File and Paste it on the Above Mentioned Directory

sudo cp /home/cyberw1ng/webdriver_prefs.json /usr/lib/python3/dist-packages/selenium/webdriver/firefox/

The Error Will be Solved!!

Thank you For Reading!!

Happy Hacking ~

Author : Karthikeyan Nagaraj ~ Cyberw1ng

FAQ:

FileNotFoundError: [Errno 2] No such file or directory:
‘/usr/lib/python3/dist-packages/selenium/webdriver/firefox/webdriver_prefs.json’How to Solve FileNotFoundError: [Errno 2] No such file or directory:
‘/usr/lib/python3/dist-packages/selenium/webdriver/firefox/webdriver_prefs.json’webdriver_prefs.json not found errorwebdriver prefs.json not found
Read Entire Article