2016-10-23 6 views
0

geckodriverを再コンパイルし、私は別の問題に遭遇しましたセレンの読み込みエラーページ

(あなたがhereを見ていると助けが必要な場合)、と私はどのように非常にわからないんだけど、私の/ binディレクトリにそれを移動した後修理する。

/usr/bin/python2.7 /home/lyend/Documents/python/tools/swagSearcher/swagSearcher.py Traceback (most recent call last): File "/home/lyend/Documents/python/tools/swagSearcher/swagSearcher.py", line 8, in <module> web.get('google.com') File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 248, in get self.execute(Command.GET, {'url': url}) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 236, in execute self.error_handler.check_response(response) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 192, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: Error loading page

私は本当にこだわっている、そしてそれは私のコードとは何の関係もありません。 PythonのLinuxのミント17.3

:2.7.6

Firefoxのバージョン:あなたがコードを知りたい場合は、

web = webdriver.Firefox() 
web.get('google.com') 

OSの下にチェック49.0

私はいずれかをいただければと思いますこのエラーの助けを借りてください。

web.get('http://www.google.com') 

答えて

0
web.get('google.com') 

は非常に似てビルドに私のために、この問題を解決し

関連する問題