如何在 VS Code 上使用 Intellisense for Selenium?

How can I use Intellisense for Selenium on VS Code?

我无法在 VSCODE 上使用 Selenium 的 Intellisense 或高亮显示。例如,输入时不提供 'send_keys' 命令或 'driver.find_element_by_xpath' 不是彩色的。我已经安装了 Python 扩展并寻找 Selenium 扩展,但没有找到任何东西。

这是我的 settings.json:

  {
    "editor.suggestSelection": "first",
    "python.languageServer": "Microsoft",
    "python.pythonPath": "/usr/local/opt/python/bin/python3.7",
    "editor.fontSize": 14,
    "python.linting.pylintEnabled": true,
    "python.linting.enabled": true,
    "python.linting.flake8Enabled": false,
    "python.autoComplete.extraPaths": [
        
    ],
    "java.semanticHighlighting.enabled": true,
    "vsintellicode.modelDownloadPath": ""
}

VS Code目前好像不支持提示“sent_keys()”; 至于“driver.find_element_by_xpath”的颜色显示,你可以尝试不同的主题扩展,它会显示颜色,例如,“Tokyo Hack”,“SynthWave'84”。

您可以尝试使用Kite AI。它将帮助您自动完成所有 Selenium 关键字

  • 首先安装Kite engine.

  • 然后从 VS Code 安装 Kite 扩展。