You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: