0

pipを使用してpythonからセレンをインストールしました(実行しました):

pip install selenium

Python 3.9.0 を使用していますが、ドライバーの引数が認識されません。

私の現在のコード。

import selenium
from selenium import webdriver
filepath = r"D:\msedgedriver.exe"
webdriver.Edge(filepath)
options=driver.EdgeOptions()

このコードでは。import コマンドに問題はありdriverませんが、有効な構文として認識されていません。

何か助けはありますか?

4

2 に答える 2