Firefox
をSelenium
で開こうとするとエラーが発生します。私はこれを試してみました:Selenium Pythonを使用してFirefoxを開くことができません
from selenium import webdriver
from selenium.webdriver.firefox.webdriver import FirefoxProfile
profile = FirefoxProfile('/home/usr/.mozilla/firefox')
driver = webdriver.Firefox(profile)
エラー:
selenium.common.exceptions.WebdriverException: Message: Can't load the
profile. Profile Dir: '...../webdriver-py-profilecopy' If you specified
a log_file in the FirefoxBinary constructor, check it for details.
あなたのコードやコード行に使用する技術ではなく、短い問題の説明をタイトルとしてください。 – Andersson
'firefox'と' selenium'のdバージョンは何ですか? ? –
あなたはどのOSを実行していますか?プロファイルを設定せずにロードするとどうなりますか? – iNoob