Selenium+Pythonでページタイトルを取得するためのメモを残します。 取得コード driver.title driver変数はwebdriverのインスタンスを格納しておきます。title変数の中には現在アクセス中のURLが持つページタイトルが格納されます。 実装例 import os from seleni...
Seleniumやるかー、そろそろ作りこむかーと思っていたところ、とあるニュースを発見。 Chrome for Testing: reliable downloads for browser automation (Chrome for Testing:ブラウザ自動化のための信頼性の高いダウンロードサービス) だと・・...
DeprecationWarning: executable_path has been deprecated, please pass in a Service object ↑いつから出ていたんだこのエラー、、、executable_pathをwebdriver.Chrome()関数で直接使おうとした場合、sele...