以下のプログラミングを実行すると、amazonへのログインが自動化できます。 import time from selenium import webdriver #Chromeドライバの設定 options = webdriver.ChromeOptions() driver_path = 'C:/Users/chromedriver.exe' driver = webdriver.Chrome(executable_path = driver_path, chrome_options = options) #画面遷移 driver.get('https://www.amazon.co.jp/') # ログイン画面へ遷移 mailad = driver.find_element_by_id("nav-link-accountList") mailad.click() # ログインIDを入