DeprecationWarning: executable_path has been deprecated, please pass in a Service object ↑いつから出ていたんだこのエラー、、、executable_pathをwebdriver.Chrome()関数で直接使おうとした場合、sele...
「Firefoxでもダウンロードファイルの動作テストをしたい!」 と思うかもしれない。 FirefoxProfileで解決する! ソースコード import os from selenium import webdriver from selenium.webdriver import FirefoxProfile p...