selenium から chrome driver を使っているときに「python でログイン書くのもどうかなぁ、個人用だし」とか「読み込みスピード上げる chrome plugin を使いたいなぁ」などという場合がありまして、その時に from selenium.webdriver.chrome.options import Options options = Options() options.add_argument(r'--user-data-dir=C:\Users\username\chrome\profile') driver_path = r'C:\Users\Usernam…