Please find the configuration below,
Python : 3.6
Selenium : 3.141.0
path : ..\Python\PY36\Lib\site-packages\selenium
Visual Code : 1.33.1
Problem : The IntelliSense is not working for selenium(Python3) in visual code.
Please find the configuration below,
Python : 3.6
Selenium : 3.141.0
path : ..\Python\PY36\Lib\site-packages\selenium
Visual Code : 1.33.1
Problem : The IntelliSense is not working for selenium(Python3) in visual code.
issue resolved, I was installed the the selenium inside a virtual environment, instead of that, selenium installed outside the venv. now the Intellisense for Selenium is working as expected.