from selenium import webdriver
import time
b = webdriver.Firefox()
b.get("https://email2.163.com/")
b.switch_to.frame("/html/body/section/div/div/iframe")
b.find_element_by_name("email").send_keys("liqiaoyunn")
b.find_element_by_name("password").send_keys("liqiaoyun3721")
b.find_element_by_id("dologin").click()
time.sleep(5)
b.quit()
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/66770.html
