IntelliSense 不适用于视觉代码中的硒(Python3)
IntelliSense is not working for selenium (with Python3) in visual code
请在下面找到配置,
Python : 3.6
硒:3.141.0
路径:..\Python\PY36\Lib\site-packages\selenium
视觉代码:1.33.1
问题:IntelliSense 不适用于视觉代码中的 selenium(Python3)。
问题已解决,我是在虚拟环境中安装了 selenium,而不是在 venv 外部安装了 selenium。现在,Selenium 的 Intellisense 正在按预期工作。
请在下面找到配置,
Python : 3.6
硒:3.141.0
路径:..\Python\PY36\Lib\site-packages\selenium
视觉代码:1.33.1
问题:IntelliSense 不适用于视觉代码中的 selenium(Python3)。
问题已解决,我是在虚拟环境中安装了 selenium,而不是在 venv 外部安装了 selenium。现在,Selenium 的 Intellisense 正在按预期工作。