PyChromeDevTools
PyChromeDevTools copied to clipboard
ModuleNotFoundError: No module named 'PyChromeDevTools'
After installing the packages as described, tried executing your code in a local py file and my terminal keeps returning "ModuleNotFoundError: No module named 'PyChromeDevTools'". Is there something I'm missing to import the lib?
You need to run the file with your python interpreter. When you try to run the file normally in command prompt, it doesn't know where your libraries are located. If you open up a live interpreter you should be able to execute your file.