'VS2017 IntelliSense missing module webdriver_manager.chrome
I have installed webdriver_manager
pip install webdriver_manager
In the program, I have added these lines:
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
I get this IntelliSense Error:
Unable to resolve 'webdriver_manager.chrome'. IntelliSense maybe missing for this module.
I also get Exception Unhandled.
No module named 'webdriver_manager'
Running Python3.8 64bit Windows10 Visual Studio 2017
How can I resolve this error?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
