ボールを蹴りたいシステムエンジニア

ボール蹴りが大好きなシステムエンジニア、ボールを蹴る時間確保の為に時間がある時には勉強する。

2023-01-08から1日間の記事一覧

pythonのphantomJSでエラー「AttributeError: module 'selenium.webdriver' has no attribute 'PhantomJS'.」

windows10のpythonでphantomJSを実行しようとしたら下記エラーが発生「AttributeError: module 'selenium.webdriver' has no attribute 'PhantomJS'.」パスが通っていないのかと思い以下のように設定したがそれでもエラー pjs_path = './bin/phantomjs.exe' …