Selenium+Pythonでページタイトルを取得するためのメモを残します。 取得コード driver.title driver変数はwebdriverのインスタンスを格納しておきます。title変数の中には現在アクセス中のURLが持つページタイトルが格納されます。 実装例 import os from seleni...
DeprecationWarning: executable_path has been deprecated, please pass in a Service object ↑いつから出ていたんだこのエラー、、、executable_pathをwebdriver.Chrome()関数で直接使おうとした場合、sele...