Selenium+Pythonでページタイトルを取得するためのメモを残します。 取得コード driver.title driver変数はwebdriverのインスタンスを格納しておきます。title変数の中には現在アクセス中のURLが持つページタイトルが格納されます。 実装例 import os from seleni...
エラーの内容について DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in y...