タグ付けされた質問 「selenium-firefoxdriver」

28
Pythonを使用したSelenium-Geckodriver実行可能ファイルがPATHにある必要があります
私はプログラミングにPython不慣れで、約2か月前から始めて、SweigartのAutomate the Boring Stuff with Pythonテキストについて学習しています。私はIDLEを使用しており、すでにセレンモジュールとFirefoxブラウザをインストールしています。私がwebdriver関数を実行しようとしたときはいつでも、私はこれを取得します: from selenium import webdriver browser = webdriver.Firefox() 例外:- Exception ignored in: <bound method Service.__del__ of <selenium.webdriver.firefox.service.Service object at 0x00000249C0DA1080>> Traceback (most recent call last): File "C:\Python\Python35\lib\site-packages\selenium\webdriver\common\service.py", line 163, in __del__ self.stop() File "C:\Python\Python35\lib\site-packages\selenium\webdriver\common\service.py", line 135, in stop if self.process is None: AttributeError: 'Service' object …

15
Selenium 2.53がFirefox 47で動作しない
WebDriverでFirefoxを使用しているときにエラーが発生します。 org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefoxバージョン:47.0 セレン:2.53.0 Windows 10 64ビット 誰かが同様の問題やこれについての解決策は何か考えを得ていますか?Chromeでは問題なく機能しますが、FirefoxではURLが読み込まれません。
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.